mirror of
https://invent.kde.org/marcoa/shift-shell.git
synced 2026-04-28 06:33:09 +00:00
Don't fullscreen windows from the showEvent
Martin says this probably results in the loops, and setting window state to fullscreen from constructor should be enough.
This commit is contained in:
parent
0d626dc7ad
commit
eb6b01b558
1 changed files with 1 additions and 1 deletions
|
|
@ -95,7 +95,7 @@ void FullScreenPanel::showEvent(QShowEvent *event)
|
||||||
{
|
{
|
||||||
using namespace KWayland::Client;
|
using namespace KWayland::Client;
|
||||||
QQuickWindow::showEvent(event);
|
QQuickWindow::showEvent(event);
|
||||||
setWindowState(Qt::WindowFullScreen);
|
// setWindowState(Qt::WindowFullScreen);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue