A line that shouldn't be there, maybe left here during Stingo's merge
This commit is contained in:
@@ -37,7 +37,6 @@ RTWindow::RTWindow () {
|
|||||||
set_title("RawTherapee "+versionString);
|
set_title("RawTherapee "+versionString);
|
||||||
property_allow_shrink() = true;
|
property_allow_shrink() = true;
|
||||||
set_default_size(options.windowWidth, options.windowHeight);
|
set_default_size(options.windowWidth, options.windowHeight);
|
||||||
maximize();
|
|
||||||
set_modal(false);
|
set_modal(false);
|
||||||
set_resizable(true);
|
set_resizable(true);
|
||||||
if (options.windowMaximized)
|
if (options.windowMaximized)
|
||||||
|
Reference in New Issue
Block a user