----------------------------------------------------------- This is an automatically generated e-mail. To reply, visit: https://git.reviewboard.kde.org/r/127408/ -----------------------------------------------------------
(Updated March 17, 2016, 3:16 a.m.) Review request for Plasma. Summary (updated) ----------------- Make sure the QPlatformWindow doesn't get initialized prematurely. Repository: plasma-workspace Description (updated) ------- * Remove the initial call to `PanelShadows::self()->addWindow(this);`. It ends up in a winId call that will force a premature construction of the QPlatformWindow. * Only update window properties when visible Diffs (updated) ----- shell/panelview.cpp c8c3c71 Diff: https://git.reviewboard.kde.org/r/127408/diff/ Testing ------- I made sure it doesn't end up calling `const_cast<QWindow *>(this)->create();` within `QWindow::winId()`. Thanks, Aleix Pol Gonzalez
_______________________________________________ Plasma-devel mailing list Plasma-devel@kde.org https://mail.kde.org/mailman/listinfo/plasma-devel