Unshade before going fullscreen.
svn path=/trunk/kdebase/kwin/; revision=256710
This commit is contained in:
parent
e85dae70f5
commit
566d2ec180
1 changed files with 1 additions and 0 deletions
|
@ -1330,6 +1330,7 @@ void Client::setFullScreen( bool set, bool user )
|
|||
return;
|
||||
if( user && !userCanSetFullScreen())
|
||||
return;
|
||||
setShade( ShadeNone );
|
||||
bool was_fs = isFullScreen();
|
||||
if( !was_fs )
|
||||
geom_fs_restore = geometry();
|
||||
|
|
Loading…
Reference in a new issue