Skip to content
Snippets Groups Projects
Commit 90471d6e authored by Fatih Uzunoğlu's avatar Fatih Uzunoğlu Committed by Felix Paul Kühne
Browse files

qt: use `QWindow::setVisible()` instead of `QWindow::show()`

`QWindow::show()` does not necessarily care about the state
of the window, but rather uses the default behavior for the
platform.

Since we adjust the window geometry and states before the
window is shown (which is the expected behavior, as otherwise
the window would get adjusted immediately after shown), using
`QWindow::show()` potentially overrides the window states
nullifying the behavior of the interface starting maximized.
parent bccd9da4
No related branches found
No related tags found
Loading
Pipeline #552018 passed with stage
in 13 minutes and 32 seconds
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment