Minor code styling
This commit is contained in:
@@ -416,7 +416,7 @@ void Options::setDefaults ()
|
|||||||
histogramPosition = 1;
|
histogramPosition = 1;
|
||||||
histogramBar = true;
|
histogramBar = true;
|
||||||
histogramAspect = 0.618;
|
histogramAspect = 0.618;
|
||||||
histogramDrawMode = 0;
|
histogramDrawMode = 0;
|
||||||
curvebboxpos = 1;
|
curvebboxpos = 1;
|
||||||
prevdemo = PD_Sidecar;
|
prevdemo = PD_Sidecar;
|
||||||
rgbDenoiseThreadLimit = 0;
|
rgbDenoiseThreadLimit = 0;
|
||||||
@@ -1294,8 +1294,8 @@ void Options::readFromFile (Glib::ustring fname)
|
|||||||
if (keyFile.has_key ("GUI", "HistogramAspect")) {
|
if (keyFile.has_key ("GUI", "HistogramAspect")) {
|
||||||
histogramAspect = keyFile.get_double ("GUI", "HistogramAspect");
|
histogramAspect = keyFile.get_double ("GUI", "HistogramAspect");
|
||||||
}
|
}
|
||||||
|
|
||||||
if (keyFile.has_key ("GUI", "HistogramDrawMode")) {
|
if (keyFile.has_key ("GUI", "HistogramDrawMode")) {
|
||||||
histogramDrawMode = keyFile.get_integer ("GUI", "HistogramDrawMode");
|
histogramDrawMode = keyFile.get_integer ("GUI", "HistogramDrawMode");
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@@ -257,7 +257,7 @@ public:
|
|||||||
//int histogramWorking; // 0=disabled, 1=left pane, 2=right pane
|
//int histogramWorking; // 0=disabled, 1=left pane, 2=right pane
|
||||||
bool histogramBar;
|
bool histogramBar;
|
||||||
float histogramAspect;
|
float histogramAspect;
|
||||||
int histogramDrawMode;
|
int histogramDrawMode;
|
||||||
bool FileBrowserToolbarSingleRow;
|
bool FileBrowserToolbarSingleRow;
|
||||||
bool hideTPVScrollbar;
|
bool hideTPVScrollbar;
|
||||||
bool UseIconNoText;
|
bool UseIconNoText;
|
||||||
|
Reference in New Issue
Block a user