Skip to content

Commit 96f7baf

Browse files
committed
fix window movement if not reachable
1 parent 276e38f commit 96f7baf

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Gui/src/NativeWindow.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -107,6 +107,7 @@ void NativeWindow::showEvent([[maybe_unused]] QShowEvent* event)
107107
if (!reachable)
108108
{
109109
windowHandle()->setPosition(100, 100);
110+
move(100, 100);
110111
}
111112

112113
m_isInitialShow = false;

0 commit comments

Comments
 (0)