Merge branch 'master' into preset1

This commit is contained in:
cam900 2022-06-08 00:00:04 +09:00
commit 8e69a7b617
1 changed files with 1 additions and 0 deletions

View File

@ -2025,6 +2025,7 @@ void FurnaceGUI::syncSettings() {
settings.insCellSpacing=e->getConfInt("insCellSpacing",0);
settings.volCellSpacing=e->getConfInt("volCellSpacing",0);
settings.effectCellSpacing=e->getConfInt("effectCellSpacing",0);
settings.effectValCellSpacing=e->getConfInt("effectValCellSpacing",0);
settings.doubleClickColumn=e->getConfInt("doubleClickColumn",1);
settings.blankIns=e->getConfInt("blankIns",0);