diff --git a/src/PowderToySDL.cpp b/src/PowderToySDL.cpp index 24611a4948..3a9f933ee8 100644 --- a/src/PowderToySDL.cpp +++ b/src/PowderToySDL.cpp @@ -586,7 +586,9 @@ void DoubleScreenDialog() Client::Ref().SetPref("Scale", 1); engine->SetScale(1); engine->CloseWindow(); +#ifdef WIN LoadWindowPosition(1); +#endif } } void EngineProcess()