Default options optimized, and a few minor formatting fixes. Issue 744
This commit is contained in:
@@ -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;
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user