diff --git a/PowerEditor/src/Notepad_plus.cpp b/PowerEditor/src/Notepad_plus.cpp index a185bb358..4ba728483 100644 --- a/PowerEditor/src/Notepad_plus.cpp +++ b/PowerEditor/src/Notepad_plus.cpp @@ -7348,7 +7348,7 @@ void Notepad_plus::fullScreenToggle() } //Set topmost window, show the window and redraw it - ::SetWindowPos(_hSelf, HWND_TOPMOST, fullscreenArea.left, fullscreenArea.top, fullscreenArea.right, fullscreenArea.bottom, 0); + ::SetWindowPos(_hSelf, HWND_TOPMOST, fullscreenArea.left, fullscreenArea.top, fullscreenArea.right, fullscreenArea.bottom, SWP_NOZORDER); ::ShowWindow(_hSelf, SW_SHOW); ::SendMessage(_hSelf, WM_SIZE, 0, 0); }