Added color prefs to sketcher create commands

Create geometry commands in sketcher now have configurable crosshair color and editCurve color.
This commit is contained in:
Jeff
2017-11-15 08:51:26 -08:00
committed by wmayer
parent 1f76beba61
commit c770ce7a34
6 changed files with 229 additions and 119 deletions

View File

@@ -236,6 +236,8 @@ void SketcherSettingsColors::saveSettings()
ui->DefaultSketcherLineWidth->onSave();
ui->CursorTextColor->onSave();
ui->CursorCrosshairColor->onSave();
ui->CreateLineColor->onSave();
}
void SketcherSettingsColors::loadSettings()
@@ -258,6 +260,8 @@ void SketcherSettingsColors::loadSettings()
ui->DefaultSketcherLineWidth->onRestore();
ui->CursorTextColor->onRestore();
ui->CursorCrosshairColor->onRestore();
ui->CreateLineColor->onRestore();
}
/**