From 354bd37bdb59d0dac590b80c2583e63cc956f42e Mon Sep 17 00:00:00 2001 From: Karol Szwed Date: Mon, 10 Sep 2001 11:38:08 +0000 Subject: [PATCH] - Hopefully all remaining titlebar flicker is gone for good svn path=/trunk/kdebase/kwin/; revision=113889 --- clients/b2/b2client.cpp | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/clients/b2/b2client.cpp b/clients/b2/b2client.cpp index b174118108..e26a9d6553 100644 --- a/clients/b2/b2client.cpp +++ b/clients/b2/b2client.cpp @@ -322,7 +322,7 @@ void B2Titlebar::paintEvent(QPaintEvent *) void B2Titlebar::mouseDoubleClickEvent( QMouseEvent * ) { client->workspace()->performWindowOperation( client, options->operationTitlebarDblClick() ); - client->workspace()->requestFocus( client ); + // ?? client->workspace()->requestFocus( client ); } void B2Titlebar::mousePressEvent( QMouseEvent * e ) @@ -429,7 +429,6 @@ B2Client::B2Client( Workspace *ws, WId w, QWidget *parent, if (button[i]) button[i]->setBg(c); - titlebar->setBackgroundColor(c); titlebar->recalcBuffer(); positionButtons();