Change checkbox by combobox for luma-chroma in Smooth Blur - chnage normal expert

This commit is contained in:
Desmis
2020-02-03 10:18:15 +01:00
parent 04a979fba5
commit 3ad362c526
10 changed files with 217 additions and 41 deletions

View File

@@ -585,6 +585,8 @@ private:
//Blur and noise
MyComboBoxText* const blMethod;
sigc::connection blMethodConn;
MyComboBoxText* const chroMethod;
sigc::connection chroMethodConn;
MyComboBoxText* const medMethod;
sigc::connection medMethodConn;
MyComboBoxText* const showmaskblMethod;
@@ -781,6 +783,7 @@ private:
void showmaskvibMethodChanged();
// Blur & Noise
void blMethodChanged();
void chroMethodChanged();
void medMethodChanged();
// Soft light
void softMethodChanged();