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:
@@ -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();
|
||||
}
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user