include fixups

svn path=/trunk/kdebase/kcontrol/; revision=85914
icc-effect-5.14.5
Dirk Mueller 2001-03-08 13:25:52 +00:00
parent 002f6b83c9
commit eae14cbb77
1 changed files with 1 additions and 1 deletions

View File

@ -234,7 +234,7 @@ StdClient::StdClient( Workspace *ws, WId w, QWidget *parent, const char *name )
if ( !button[i] )
continue;
button[i]->setBackgroundMode( PaletteBackground );
button[i]->setMouseTracking( TRUE );
button[i]->setMouseTracking( FALSE );
button[i]->setAutoRaise( TRUE );
button[i]->setFocusPolicy( NoFocus );
button[i]->setFixedSize( 20, 20 );