Set the right content orientation of the extended window on QWaylandWindow ctor
Change-Id: I5cf5afc7b920ff754fb21fc748af61a596e20c7b Reviewed-by: Robin Burchell <robin+qt@viroteck.net>
This commit is contained in:
parent
2b0e4c78bc
commit
5559bb6c1e
@ -122,6 +122,7 @@ QWaylandWindow::QWaylandWindow(QWindow *window)
|
||||
setWindowFlags(window->flags());
|
||||
setGeometry(window->geometry());
|
||||
setWindowStateInternal(window->windowState());
|
||||
handleContentOrientationChange(window->contentOrientation());
|
||||
}
|
||||
|
||||
QWaylandWindow::~QWaylandWindow()
|
||||
|
Loading…
x
Reference in New Issue
Block a user