CVS commit by pletourn: Reset the background color, not the whole palette M +1 -1 konq_combo.cc 1.57 --- kdebase/konqueror/konq_combo.cc #1.56:1.57 @@ -614,5 +614,5 @@ void KonqCombo::paintEvent( QPaintEvent if ( r != edit->geometry() ) edit->setGeometry( r ); - edit->unsetPalette(); + edit->setPaletteBackgroundColor( QApplication::palette( edit ).color( QPalette::Active, QColorGroup::Base ) ); } }