Remove or add window decorations when toggling fullscreen
Task-number: QTBUG-55343 Change-Id: I38e94a70585ba93d40de22698fda80530cf2156d Reviewed-by: Paul Olav Tvete <paul.tvete@qt.io>
This commit is contained in:
parent
47d6975894
commit
5f533e9ccc
@ -823,6 +823,7 @@ bool QWaylandWindow::setWindowStateInternal(Qt::WindowState state)
|
|||||||
mState = state;
|
mState = state;
|
||||||
|
|
||||||
if (mShellSurface) {
|
if (mShellSurface) {
|
||||||
|
createDecoration();
|
||||||
switch (state) {
|
switch (state) {
|
||||||
case Qt::WindowFullScreen:
|
case Qt::WindowFullScreen:
|
||||||
mShellSurface->setFullscreen();
|
mShellSurface->setFullscreen();
|
||||||
|
Loading…
x
Reference in New Issue
Block a user