- Shade/Un-Shade titlebar flicker fix.

svn path=/trunk/kdebase/kwin/; revision=114657
This commit is contained in:
Karol Szwed 2001-09-18 11:38:08 +00:00
parent 119c21ca83
commit 1ae5edec31

View file

@ -303,7 +303,6 @@ Manager::mouseDoubleClickEvent(QMouseEvent * e)
if (titleSpacer_->geometry().contains(e->pos()))
workspace()
->performWindowOperation(this, options->operationTitlebarDblClick());
workspace()->requestFocus(this);
}
void