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:
Vesa Halttunen 2014-03-10 16:21:28 +01:00 committed by The Qt Project
parent 2b0e4c78bc
commit 5559bb6c1e

View File

@ -122,6 +122,7 @@ QWaylandWindow::QWaylandWindow(QWindow *window)
setWindowFlags(window->flags());
setGeometry(window->geometry());
setWindowStateInternal(window->windowState());
handleContentOrientationChange(window->contentOrientation());
}
QWaylandWindow::~QWaylandWindow()