- Hopefully all remaining titlebar flicker is gone for good
svn path=/trunk/kdebase/kwin/; revision=113889
This commit is contained in:
parent
1db1fe8d01
commit
354bd37bdb
1 changed files with 1 additions and 2 deletions
|
@ -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();
|
||||
|
||||
|
|
Loading…
Reference in a new issue