[TechDraw] Multiselection mode implementation

This commit is contained in:
pavltom
2023-11-16 16:43:13 +01:00
committed by WandererFan
parent e3fe68a0f3
commit 2ffca4958a
12 changed files with 162 additions and 1 deletions

View File

@@ -206,6 +206,11 @@ bool PreferencesGui::showGrid()
return Preferences::getPreferenceGroup("General")->GetBool("showGrid", false);
}
bool PreferencesGui::multiSelection()
{
return Preferences::getPreferenceGroup("General")->GetBool("multiSelection", false);
}
App::Color PreferencesGui::pageColor()
{
App::Color result;