diff --git a/tools/common/src/commoneditor.cpp b/tools/common/src/commoneditor.cpp index 25bc042..770368b 100755 --- a/tools/common/src/commoneditor.cpp +++ b/tools/common/src/commoneditor.cpp @@ -1059,8 +1059,8 @@ void CommonEditor::load_options() { lastOpenedFiles.push_back(file.get()); } else { - defaultX = 0; - defaultY = 0; + defaultX = -1; + defaultY = -1; defaultWidth = 1280; defaultHeight = 720; }