I hate backwards compatibility.
svn path=/trunk/KDE/kdebase/workspace/; revision=527752
This commit is contained in:
parent
15784cf45c
commit
21644ee234
1 changed files with 1 additions and 1 deletions
|
@ -1807,7 +1807,7 @@ void Client::changeMaximize( bool vertical, bool horizontal, bool adjust )
|
||||||
|
|
||||||
// maximing one way and unmaximizing the other way shouldn't happen
|
// maximing one way and unmaximizing the other way shouldn't happen
|
||||||
Q_ASSERT( !( vertical && horizontal )
|
Q_ASSERT( !( vertical && horizontal )
|
||||||
|| (( max_mode & MaximizeVertical != 0 ) == ( max_mode & MaximizeHorizontal != 0 )));
|
|| ((( max_mode & MaximizeVertical ) != 0 ) == (( max_mode & MaximizeHorizontal ) != 0 )));
|
||||||
|
|
||||||
QRect clientArea = workspace()->clientArea( MaximizeArea, this );
|
QRect clientArea = workspace()->clientArea( MaximizeArea, this );
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue