remove unwanted debug and change in 9912d84
This commit is contained in:
parent
242e2806ca
commit
0bf64446cd
1 changed files with 1 additions and 4 deletions
|
@ -575,7 +575,7 @@ void ShellClient::clientFullScreenChanged(bool fullScreen)
|
|||
StackingUpdatesBlocker blocker(workspace());
|
||||
workspace()->updateClientLayer(this); // active fullscreens get different layer
|
||||
|
||||
if (fullScreen) {qWarning()<<"AAAAAAAAAA"<<fullScreen;
|
||||
if (fullScreen) {
|
||||
m_geomFsRestore = geometry();
|
||||
requestGeometry(workspace()->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;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue