Changed events action from ALL to FIRST , this way the histogram is updated after enabling/disabling or moving the adjusters.
This commit is contained in:
@@ -53,8 +53,8 @@ FilmNegative::FilmNegative () : FoldableToolPanel(this, "filmnegative", M("TP_FI
|
|||||||
blueRatio = blueExp->getValue() / greenExp->getValue();
|
blueRatio = blueExp->getValue() / greenExp->getValue();
|
||||||
|
|
||||||
auto m = ProcEventMapper::getInstance();
|
auto m = ProcEventMapper::getInstance();
|
||||||
EvFilmNegativeEnabled = m->newEvent(ALL, "HISTORY_MSG_FILMNEGATIVE_ENABLED");
|
EvFilmNegativeEnabled = m->newEvent(FIRST, "HISTORY_MSG_FILMNEGATIVE_ENABLED");
|
||||||
EvFilmNegativeExponents = m->newEvent(ALL, "HISTORY_MSG_FILMNEGATIVE_EXPONENTS");
|
EvFilmNegativeExponents = m->newEvent(FIRST, "HISTORY_MSG_FILMNEGATIVE_EXPONENTS");
|
||||||
|
|
||||||
|
|
||||||
spotgrid = Gtk::manage(new Gtk::Grid());
|
spotgrid = Gtk::manage(new Gtk::Grid());
|
||||||
|
Reference in New Issue
Block a user