From 7030715a98577d2a0d41ec02d0577a3013171d6c Mon Sep 17 00:00:00 2001 From: torger Date: Thu, 21 Nov 2013 14:38:20 +0100 Subject: [PATCH] Fixed uninit bug affecting dcp boxes --- rtgui/icmpanel.cc | 1 + 1 file changed, 1 insertion(+) diff --git a/rtgui/icmpanel.cc b/rtgui/icmpanel.cc index 5447e679f..0ea5dd658 100644 --- a/rtgui/icmpanel.cc +++ b/rtgui/icmpanel.cc @@ -33,6 +33,7 @@ extern Options options; ICMPanel::ICMPanel () : Gtk::VBox(), FoldableToolPanel(this), iunchanged(NULL), icmplistener(NULL), lastRefFilename("") { set_border_width(4); + isBatchMode = lastToneCurve = lastBlendCMSMatrix = lastgamfree = false; ipDialog = Gtk::manage (new MyFileChooserButton (M("TP_ICM_INPUTDLGLABEL"), Gtk::FILE_CHOOSER_ACTION_OPEN)); ipDialog->set_tooltip_text (M("TP_ICM_INPUTCUSTOM_TOOLTIP"));