From 5bb87fe324675ce319ab31b0e361908c58871593 Mon Sep 17 00:00:00 2001 From: "natureh.510" Date: Sun, 6 Apr 2014 16:14:31 +0200 Subject: [PATCH] Setting the "Fill Mode" button state of the Profile selector to "off" by default (see issue 2329). --- rtgui/options.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rtgui/options.cc b/rtgui/options.cc index efd650a84..b931a9b3f 100644 --- a/rtgui/options.cc +++ b/rtgui/options.cc @@ -346,7 +346,7 @@ void Options::setDefaults () { rgbDenoiseThreadLimit = 0; - filledProfile = true; + filledProfile = false; showProfileSelector = true; FileBrowserToolbarSingleRow = false;