Sketcher: cleanup TaskSketcherConstraints

This commit is contained in:
0penBrain
2022-11-30 15:15:12 +01:00
parent 087ff75340
commit 875385ee9d

View File

@@ -897,7 +897,7 @@ void TaskSketcherConstraints::on_settings_extendedInformation_changed(bool value
slotConstraintsChanged();
}
void TaskSketcherConstraints::on_settings_hideInternalAligment_changed(bool value) // FIXME doesn't work
void TaskSketcherConstraints::on_settings_hideInternalAligment_changed(bool value)
{
// synchronise parameter
ParameterGrp::handle hGrp = App::GetApplication().GetParameterGroupByPath("User parameter:BaseApp/Preferences/Mod/Sketcher");