Luminance Denoise Curve issue2463

This commit is contained in:
jdc
2014-08-30 07:10:26 +02:00
parent 2061576c42
commit 5d6d858aac
21 changed files with 690 additions and 113 deletions

View File

@@ -112,11 +112,11 @@ class Options {
int historyPanelWidth;
Glib::ustring font;
int windowWidth;
int windowHeight;
int windowX;
int windowHeight;
int windowX;
int windowY;
bool windowMaximized;
int detailWindowWidth;
bool windowMaximized;
int detailWindowWidth;
int detailWindowHeight;
int dirBrowserWidth;
int dirBrowserHeight;
@@ -263,6 +263,7 @@ class Options {
Glib::ustring lastFlatfieldDir;
Glib::ustring lastRgbCurvesDir;
Glib::ustring lastLabCurvesDir;
Glib::ustring lastDenoiseCurvesDir;
Glib::ustring lastPFCurvesDir;
Glib::ustring lastHsvCurvesDir;
Glib::ustring lastToneCurvesDir;