inform the pager "live" about size changes
svn path=/trunk/kdebase/kwin/; revision=56742
This commit is contained in:
parent
10e0419304
commit
36a25ca517
1 changed files with 2 additions and 3 deletions
|
@ -1267,7 +1267,6 @@ void Client::leaveEvent( QEvent * )
|
|||
void Client::setGeometry( int x, int y, int w, int h )
|
||||
{
|
||||
QWidget::setGeometry(x, y, w, h);
|
||||
if ( !isResize() )
|
||||
sendSynteticConfigureNotify();
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue