Minor code adjustment

This commit is contained in:
Hombre
2016-08-31 13:40:02 +02:00
parent 388d43ebce
commit f3d46f4c37
3 changed files with 20 additions and 20 deletions

View File

@@ -353,8 +353,8 @@ void Options::setDefaults ()
fbShowExpComp = false;
fbShowHidden = false;
fbArrangement = 2; // was 0
navRGBUnit = NavigatorUnit::NU_PERCENT;
navHSVUnit = NavigatorUnit::NU_PERCENT;
navRGBUnit = NavigatorUnit::PERCENT;
navHSVUnit = NavigatorUnit::PERCENT;
multiUser = true;
profilePath = "profiles";
loadSaveProfilePath = ""; // will be corrected in load as otherwise construction fails