Default options optimized, and a few minor formatting fixes. Issue 744

This commit is contained in:
DrSlony 2012-09-09 17:02:39 +01:00
parent 8ad75d0ff7
commit c2da45fcf2

View File

@ -307,7 +307,7 @@ void Options::setDefaults () {
hideTPVScrollbar = false; hideTPVScrollbar = false;
UseIconNoText = true; UseIconNoText = true;
whiteBalanceSpotSize = 8; whiteBalanceSpotSize = 8;
squareDetailWindow = false; squareDetailWindow = true;
menuGroupRank = true; menuGroupRank = true;
menuGroupLabel = true; menuGroupLabel = true;
menuGroupFileOperations = true; menuGroupFileOperations = true;
@ -447,7 +447,6 @@ void Options::setDefaults () {
} }
Options* Options::copyFrom (Options* other) { Options* Options::copyFrom (Options* other) {
*this = *other; *this = *other;
return this; return this;
} }