Display Locallab Hue, Chroma and Luma reference values on mask curves

Bugfixe: Locallab reference values were only shown for the last control spot instead of selected one
This commit is contained in:
Pandagrapher
2019-02-09 13:03:07 +01:00
parent 33bfa31c1a
commit 8569738cf6
6 changed files with 7 additions and 7 deletions

View File

@@ -261,8 +261,6 @@ private:
Gtk::Button* const lumaneutralButton;
Gtk::Button* const lumacontrastPlusButton;
sigc::connection lumacontrastMinusPressedConn, lumaneutralPressedConn, lumacontrastPlusPressedConn;
// Gtk::Label* transLabels;
// Gtk::Label* transLabels2;
Gtk::Frame* maskcolFrame;
Gtk::Frame* maskexpFrame;
Gtk::Frame* maskSHFrame;