gtk3

Conflicts:
	rtgui/history.cc
This commit is contained in:
Hombre
2015-09-17 01:14:13 +02:00
22 changed files with 128 additions and 149 deletions

View File

@@ -84,8 +84,7 @@ void ThresholdAdjuster::initObject (Glib::ustring label, bool editedcb)
addMode = false;
// TODO: let the user chose the default value of ThresholdAdjuster::delay, for slow machines
delay = options.adjusterDelay; // delay is no more static, so we can set the delay individually (useful for the RAW editor tab)
delay = options.adjusterMinDelay;
set_name("ThresholdAdjuster");