[TD]add preference methods for center marks
This commit is contained in:
committed by
Chris Hennes
parent
02bf9b2292
commit
cdcc9df517
@@ -709,3 +709,13 @@ double Preferences::detailSnapRadius()
|
||||
return getPreferenceGroup("General")->GetFloat("DetailSnapRadius", 0.6);
|
||||
}
|
||||
|
||||
|
||||
bool Preferences::showCenterMarks()
|
||||
{
|
||||
return getPreferenceGroup("Decorations")->GetBool("ShowCenterMarks", false);
|
||||
}
|
||||
|
||||
bool Preferences::printCenterMarks()
|
||||
{
|
||||
return getPreferenceGroup("Decorations")->GetBool("PrintCenterMarks", false);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user