Explorar el Código

BUG: Fix incorrect changed settings indicator

jamesobutler hace 7 años
padre
commit
c8ce0dece9
Se han modificado 1 ficheros con 1 adiciones y 0 borrados
  1. 1 0
      Libs/Widgets/ctkSettingsPanel.cpp

+ 1 - 0
Libs/Widgets/ctkSettingsPanel.cpp

@@ -418,6 +418,7 @@ void ctkSettingsPanel::applySettings()
     {
     PropertyType& prop = d->Properties[key];
     prop.setPreviousValue(prop.value());
+    emit settingChanged(key, prop.value());
     }
 }