Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 233604 | Differences between
and this patch

Collapse All | Expand All

(-)qt/src/gui/kernel/qwidget.cpp (-2 lines)
Lines 9095-9102 Link Here
9095
        break;
9095
        break;
9096
#endif
9096
#endif
9097
    case Qt::WA_NativeWindow:
9097
    case Qt::WA_NativeWindow:
9098
        if (!qApp->testAttribute(Qt::AA_DontCreateNativeWidgetSiblings) && parentWidget())
9099
            parentWidget()->d_func()->enforceNativeChildren();
9100
        if (on && !internalWinId() && testAttribute(Qt::WA_WState_Created))
9098
        if (on && !internalWinId() && testAttribute(Qt::WA_WState_Created))
9101
            d->createWinId();
9099
            d->createWinId();
9102
        break;
9100
        break;

Return to bug 233604