Preset browser not fully functional in exported plugin
-
So all is good in Hise, but in exported plugin:
- the additional buttons at the bottom are not showing
- the SAVE button doesn't react (it does not even illuminate with mouse over like the mouse event is not received...)
EXPORTED PLUGIN:

HISE:

Preset Browser data:
{ "ShowSaveButton": true, "ShowExpansionsAsColumn": false, "ShowFolderButton": true, "ShowNotes": false, "ShowEditButtons": true, "EditButtonOffset": 0, "ShowAddButton": true, "ShowRenameButton": true, "ShowDeleteButton": true, "ShowSearchBar": false, "FavoriteIconOffset": 0, "ShowFavoriteIcon": true, "FullPathFavorites": true, "ButtonsInsideBorder": false, "NumColumns": 3, "ColumnWidthRatio": [ 0.3, 0.3, 0.4 ], "ListAreaOffset": [ 0, 0, 0, 0 ], "ColumnRowPadding": [ 0, -5, 0, -5 ], "SearchBarBounds": [], "MoreButtonBounds": [ 750, 10, 40, 22 ], "SaveButtonBounds": [ 635, 10, 22, 22 ], "FavoriteButtonBounds": [ 487, 5, 32, 32 ] } -
@ustk Which commit? Which OS?
-
@David-Healey oh sorry... well I tested today's one and 2 months ago...
macOS 26.4 -
And it's definitely not my
drawDialogButtonLAF function because even commented out I get the same result...