Active container (light gray) and edit (yellow) colors in Tree view are now changeable in prefs->display->colors

This commit is contained in:
Yorik van Havre
2018-04-19 18:25:48 -03:00
parent 20296b5636
commit cf92b03995
3 changed files with 300 additions and 246 deletions

View File

@@ -67,6 +67,8 @@ void DlgSettingsViewColor::saveSettings()
HighlightColor->onSave();
SelectionColor->onSave();
spinPickRadius->onSave();
TreeEditColor->onSave();
TreeActiveColor->onSave();
}
void DlgSettingsViewColor::loadSettings()
@@ -83,6 +85,8 @@ void DlgSettingsViewColor::loadSettings()
HighlightColor->onRestore();
SelectionColor->onRestore();
spinPickRadius->onRestore();
TreeEditColor->onRestore();
TreeActiveColor->onRestore();
}
/**