Locked red and blue exponents by default in the GUI, added CheckButton to unlock them.

This commit is contained in:
rom9
2019-06-14 22:14:24 +02:00
parent c819cb63a2
commit d01f78864c
3 changed files with 34 additions and 7 deletions

View File

@@ -50,6 +50,9 @@ private:
Adjuster* greenExp;
Adjuster* blueExp;
Gtk::CheckButton* lockChannels;
sigc::connection lockChannelsConn;
Gtk::Grid* spotgrid;
Gtk::ToggleButton* spotbutton;
sigc::connection spotConn;
@@ -57,6 +60,7 @@ private:
double redRatio, blueRatio;
void editToggled ();
void lockChannelsToggled ();
public: