Local adjustemnts - various change tooltips settings, color and light, masks (#5918)

* Change tooltip settings

* Change colo and light tooltip

* Change mask color and light tooltip

* Others change to tooltip mask

* Another change to tooltip color and light

* Change all mask in locallabtolls.cc

* Change all masks in locallabtools2.cc

* Change tooltip shape detection
This commit is contained in:
Desmis
2020-09-26 13:14:35 +02:00
committed by GitHub
parent bc3cd93e70
commit a495c3f018
4 changed files with 219 additions and 38 deletions

View File

@@ -225,6 +225,7 @@ private:
LabGrid* const labgridmerg;
Adjuster* const merlucol;
MyExpander* const expmaskcol;
Gtk::Frame* const mergecolFrame ;
MyComboBoxText* const showmaskcolMethod;
MyComboBoxText* const showmaskcolMethodinv;
Gtk::CheckButton* const enaColorMask;
@@ -240,6 +241,7 @@ private:
Adjuster* const contcol;
Adjuster* const blurcol;
Adjuster* const blendmaskcol;
Gtk::Frame* const toolcolFrame;
Adjuster* const radmaskcol;
Adjuster* const lapmaskcol;
Adjuster* const chromaskcol;
@@ -678,6 +680,7 @@ private:
FlatCurveEditor* const HHmaskblshape;
Adjuster* const strumaskbl;
Gtk::CheckButton* const toolbl;
Gtk::Frame* const toolblFrame;
Adjuster* const blendmaskbl;
Adjuster* const radmaskbl;
Adjuster* const lapmaskbl;