Sketcher: Invalid Sketch geometry color in preferences

This commit is contained in:
Abdullah Tahiri
2021-01-22 20:06:43 +01:00
committed by abdullahtahiriyo
parent bcfe7e96b0
commit 125cf099a3
3 changed files with 56 additions and 23 deletions

View File

@@ -253,6 +253,7 @@ void SketcherSettingsColors::saveSettings()
ui->EditedVertexColor->onSave();
ui->ConstructionColor->onSave();
ui->ExternalColor->onSave();
ui->InvalidSketchColor->onSave();
ui->FullyConstrainedColor->onSave();
ui->InternalAlignedGeoColor->onSave();
ui->FullyConstraintElementColor->onSave();
@@ -280,6 +281,7 @@ void SketcherSettingsColors::loadSettings()
ui->EditedVertexColor->onRestore();
ui->ConstructionColor->onRestore();
ui->ExternalColor->onRestore();
ui->InvalidSketchColor->onRestore();
ui->FullyConstrainedColor->onRestore();
ui->InternalAlignedGeoColor->onRestore();
ui->FullyConstraintElementColor->onRestore();