Sketcher: ViewProvider - Show Internal aligment geometry in different color

===========================================================================

The aim is to easily differentiate a circle that is a normal circle from a circle that is internal geometry, no matter
if the normal circle is construction or not.

The underlying reason is that next commits will introduce a different treatment for internal geometry circles being B-Spline
poles, to which a new constraint Weight instead of a normal radius constraint will be applied, even though the representation
continues to be as circles.
This commit is contained in:
Abdullah Tahiri
2020-11-22 08:31:03 +01:00
committed by abdullahtahiriyo
parent 7893e42c92
commit 2ba211f2cf
4 changed files with 96 additions and 36 deletions

View File

@@ -260,6 +260,7 @@ void SketcherSettingsColors::saveSettings()
ui->ConstructionColor->onSave();
ui->ExternalColor->onSave();
ui->FullyConstrainedColor->onSave();
ui->InternalAlignedGeoColor->onSave();
ui->ConstrainedColor->onSave();
ui->NonDrivingConstraintColor->onSave();
@@ -286,6 +287,7 @@ void SketcherSettingsColors::loadSettings()
ui->ConstructionColor->onRestore();
ui->ExternalColor->onRestore();
ui->FullyConstrainedColor->onRestore();
ui->InternalAlignedGeoColor->onRestore();
ui->ConstrainedColor->onRestore();
ui->NonDrivingConstraintColor->onRestore();