mirror of
https://github.com/tildearrow/furnace.git
synced 2024-11-23 21:15:11 +00:00
GUI: clampSetting() for sample layout
This commit is contained in:
parent
0ae414da01
commit
ffef40c098
1 changed files with 1 additions and 0 deletions
|
@ -1572,6 +1572,7 @@ void FurnaceGUI::syncSettings() {
|
|||
clampSetting(settings.titleBarSys,0,1);
|
||||
clampSetting(settings.frameBorders,0,1);
|
||||
clampSetting(settings.effectDeletionAltersValue,0,1);
|
||||
clampSetting(settings.sampleLayout,0,1);
|
||||
|
||||
// keybinds
|
||||
for (int i=0; i<GUI_ACTION_MAX; i++) {
|
||||
|
|
Loading…
Reference in a new issue