Merge branch 'dev' into favorites-gui

This commit is contained in:
Lawrence Lee
2023-01-02 15:37:07 -08:00
193 changed files with 64046 additions and 10050 deletions

View File

@@ -141,7 +141,7 @@ private:
void MedgreinfChanged();
void TMmethodChanged();
void complexmethodChanged();
void denmethodChanged();
//void denmethodChanged();
void mixmethodChanged();
void quamethodChanged();
void slimethodChanged();
@@ -192,8 +192,8 @@ private:
void enableToggled(MyExpander* expander);
CurveEditorGroup* const curveEditorG;
CurveEditorGroup* const curveEditorC;
FlatCurveEditor* opacityShapeSH;
//CurveEditorGroup* const curveEditorC;
//FlatCurveEditor* opacityShapeSH;
CurveEditorGroup* const CCWcurveEditorG;
CurveEditorGroup* const curveEditorbl;
@@ -351,8 +351,8 @@ private:
sigc::connection MedgreinfConn;
MyComboBoxText* const ushamethod;
sigc::connection ushamethodconn;
MyComboBoxText* const denmethod;
sigc::connection denmethodconn;
//MyComboBoxText* const denmethod;
//sigc::connection denmethodconn;
MyComboBoxText* const mixmethod;
sigc::connection mixmethodconn;
MyComboBoxText* const quamethod;
@@ -394,7 +394,7 @@ private:
Gtk::Box* const ctboxch;
Gtk::Box* const quaHBox;
Gtk::Box* const sliHBox;
Gtk::Box* const denHBox;
//Gtk::Box* const denHBox;
Gtk::Box* const mixHBox;
Gtk::Box* const ctboxBA;// = Gtk::manage(new Gtk::Box(Gtk::ORIENTATION_VERTICAL));