Setting the "Fill Mode" button state of the Profile selector to "off" by default (see issue 2329).

This commit is contained in:
natureh.510
2014-04-06 16:14:31 +02:00
parent 40b60bc035
commit 5bb87fe324

View File

@@ -346,7 +346,7 @@ void Options::setDefaults () {
rgbDenoiseThreadLimit = 0;
filledProfile = true;
filledProfile = false;
showProfileSelector = true;
FileBrowserToolbarSingleRow = false;