Default options optimized, and a few minor formatting fixes. Issue 744
This commit is contained in:
parent
8ad75d0ff7
commit
c2da45fcf2
@ -307,7 +307,7 @@ void Options::setDefaults () {
|
||||
hideTPVScrollbar = false;
|
||||
UseIconNoText = true;
|
||||
whiteBalanceSpotSize = 8;
|
||||
squareDetailWindow = false;
|
||||
squareDetailWindow = true;
|
||||
menuGroupRank = true;
|
||||
menuGroupLabel = true;
|
||||
menuGroupFileOperations = true;
|
||||
@ -447,7 +447,6 @@ void Options::setDefaults () {
|
||||
}
|
||||
|
||||
Options* Options::copyFrom (Options* other) {
|
||||
|
||||
*this = *other;
|
||||
return this;
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user