diff --git a/shell_client.cpp b/shell_client.cpp index ded4c0c057..a45153286b 100644 --- a/shell_client.cpp +++ b/shell_client.cpp @@ -575,7 +575,7 @@ void ShellClient::clientFullScreenChanged(bool fullScreen) StackingUpdatesBlocker blocker(workspace()); workspace()->updateClientLayer(this); // active fullscreens get different layer - if (fullScreen) {qWarning()<<"AAAAAAAAAA"<clientArea(FullScreenArea, this)); workspace()->raiseClient(this); @@ -682,9 +682,6 @@ bool ShellClient::isInitialPositionSet() const if (m_plasmaShellSurface) { return m_plasmaShellSurface->isPositionSet(); } - if (isFullScreen()) { - return true; - } return false; }