summaryrefslogtreecommitdiffstats
path: root/twin
diff options
context:
space:
mode:
Diffstat (limited to 'twin')
-rw-r--r--twin/geometry.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/twin/geometry.cpp b/twin/geometry.cpp
index 6adad44fe..3e09d03ef 100644
--- a/twin/geometry.cpp
+++ b/twin/geometry.cpp
@@ -1915,12 +1915,12 @@ void Client::changeMaximize( bool vertical, bool horizontal, bool adjust )
TQRect clientArea = workspace()->clientArea( MaximizeArea, this );
// save sizes for restoring, if maximalizing
- if( !activeTiled && !adjust && !( y() == clientArea.top() && height() == clientArea.height()))
+ if( !adjust && !( y() == clientArea.top() && height() == clientArea.height()))
{
geom_restore.setTop( y());
geom_restore.setHeight( height());
}
- if( !activeTiled && !adjust && !( x() == clientArea.left() && width() == clientArea.width()))
+ if( !adjust && !( x() == clientArea.left() && width() == clientArea.width()))
{
geom_restore.setLeft( x());
geom_restore.setWidth( width());