From a30091675335b7ff639817dcb3d29afbbe1a47b8 Mon Sep 17 00:00:00 2001 From: tildearrow Date: Mon, 6 Jun 2022 23:46:15 -0500 Subject: [PATCH] GUI: fix effect val cell spacing not beinghPlease enter the commit message for your changes. Lines starting --- src/gui/settings.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/src/gui/settings.cpp b/src/gui/settings.cpp index 84f33db5..ea1d9274 100644 --- a/src/gui/settings.cpp +++ b/src/gui/settings.cpp @@ -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);