Skip to content

Commit

Permalink
+ move sketcher related settings into own page
Browse files Browse the repository at this point in the history
  • Loading branch information
wwmayer committed Mar 9, 2014
1 parent 0bcd954 commit 2aaa63c
Show file tree
Hide file tree
Showing 7 changed files with 656 additions and 470 deletions.
35 changes: 0 additions & 35 deletions src/Mod/Part/Gui/DlgSettingsObjectColor.cpp
Expand Up @@ -60,24 +60,6 @@ void DlgSettingsObjectColor::saveSettings()
DefaultShapeVertexColor->onSave();
DefaultShapeVertexWidth->onSave();
BoundingBoxColor->onSave();

// Sketcher
SketchEdgeColor->onSave();
SketchVertexColor->onSave();
EditedEdgeColor->onSave();
EditedVertexColor->onSave();
ConstructionColor->onSave();
FullyConstrainedColor->onSave();

ConstrainedColor->onSave();
DatumColor->onSave();

SketcherDatumWidth->onSave();
DefaultSketcherVertexWidth->onSave();
DefaultSketcherLineWidth->onSave();

CursorTextColor->onSave();

}

void DlgSettingsObjectColor::loadSettings()
Expand All @@ -89,23 +71,6 @@ void DlgSettingsObjectColor::loadSettings()
DefaultShapeVertexColor->onRestore();
DefaultShapeVertexWidth->onRestore();
BoundingBoxColor->onRestore();

// Sketcher
SketchEdgeColor->onRestore();
SketchVertexColor->onRestore();
EditedEdgeColor->onRestore();
EditedVertexColor->onRestore();
ConstructionColor->onRestore();
FullyConstrainedColor->onRestore();

ConstrainedColor->onRestore();
DatumColor->onRestore();

SketcherDatumWidth->onRestore();
DefaultSketcherVertexWidth->onRestore();
DefaultSketcherLineWidth->onRestore();

CursorTextColor->onRestore();
}

/**
Expand Down

0 comments on commit 2aaa63c

Please sign in to comment.