Gui: Selection: add pick radius to preferences
Not functional yet
This commit is contained in:
@@ -66,6 +66,7 @@ void DlgSettingsViewColor::saveSettings()
|
||||
checkBoxSelection->onSave();
|
||||
HighlightColor->onSave();
|
||||
SelectionColor->onSave();
|
||||
spinPickRadius->onSave();
|
||||
}
|
||||
|
||||
void DlgSettingsViewColor::loadSettings()
|
||||
@@ -81,6 +82,7 @@ void DlgSettingsViewColor::loadSettings()
|
||||
checkBoxSelection->onRestore();
|
||||
HighlightColor->onRestore();
|
||||
SelectionColor->onRestore();
|
||||
spinPickRadius->onRestore();
|
||||
}
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user