GUI: add ability to move selection by dragging

This commit is contained in:
tildearrow 2022-06-18 23:18:34 -05:00
parent ea082b255c
commit 8a1f544eef
4 changed files with 68 additions and 21 deletions

View file

@ -2042,8 +2042,7 @@ void FurnaceGUI::syncSettings() {
settings.effectValCellSpacing=e->getConfInt("effectValCellSpacing",0);
settings.doubleClickColumn=e->getConfInt("doubleClickColumn",1);
settings.blankIns=e->getConfInt("blankIns",0);
// SET TO 1 AFTER YOU ARE DONE
settings.dragMovesSelection=e->getConfInt("dragMovesSelection",0);
settings.dragMovesSelection=e->getConfInt("dragMovesSelection",1);
clampSetting(settings.mainFontSize,2,96);
clampSetting(settings.patFontSize,2,96);