Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 563458
Collapse All | Expand All

(-)a/src/widgets/kernel/qwidget.cpp (-1 / +1 lines)
Lines 7169-7175 void QWidgetPrivate::setGeometry_sys(int x, int y, int w, int h, bool isMove) Link Here
7169
7169
7170
    bool needsShow = false;
7170
    bool needsShow = false;
7171
7171
7172
    if (q->isWindow()) {
7172
    if (q->isWindow() || q->windowHandle()) {
7173
        if (!(data.window_state & Qt::WindowFullScreen) && (w == 0 || h == 0)) {
7173
        if (!(data.window_state & Qt::WindowFullScreen) && (w == 0 || h == 0)) {
7174
            q->setAttribute(Qt::WA_OutsideWSRange, true);
7174
            q->setAttribute(Qt::WA_OutsideWSRange, true);
7175
            if (q->isVisible() && q->testAttribute(Qt::WA_Mapped))
7175
            if (q->isVisible() && q->testAttribute(Qt::WA_Mapped))

Return to bug 563458