From kde-commits Thu Mar 17 17:46:15 2005 From: =?utf-8?q?Pascal=20L=C3=A9tourneau?= Date: Thu, 17 Mar 2005 17:46:15 +0000 To: kde-commits Subject: kdebase/konqueror Message-Id: <20050317174615.426BC16F45 () office ! kde ! org> X-MARC-Message: https://marc.info/?l=kde-commits&m=111108159305763 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 ) ); } }