From 3081abc4b88d4bc40752d32f5c3ee1852abf6bd4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Lubo=C5=A1=20Lu=C5=88=C3=A1k?= Date: Wed, 24 Sep 2003 14:53:45 +0000 Subject: [PATCH] Sorry, this is not right. For RTL, gravities should be used. svn path=/trunk/kdebase/kwin/; revision=253608 --- geometry.cpp | 5 ----- 1 file changed, 5 deletions(-) diff --git a/geometry.cpp b/geometry.cpp index 952540ea49..bac395359e 100644 --- a/geometry.cpp +++ b/geometry.cpp @@ -845,11 +845,6 @@ void Client::setGeometry( int x, int y, int w, int h, bool force ) void Client::resize( int w, int h, bool force ) { // TODO make this deffered with isResize() ? old kwin did - int deltaX = width() - w; - if (QApplication::reverseLayout()){ - move( x() + deltaX, y() ); - } - if( !force && frame_geometry.size() == QSize( w, h )) return; frame_geometry.setSize( QSize( w, h ));