]> SALOME platform Git repositories - modules/gui.git/commitdiff
Salome HOME
Update button on set new color. It's need for changed style of toolButton(roundation...
authornds <nds@opencascade.com>
Fri, 10 Aug 2007 09:53:44 +0000 (09:53 +0000)
committernds <nds@opencascade.com>
Fri, 10 Aug 2007 09:53:44 +0000 (09:53 +0000)
src/Qtx/QtxColorButton.cxx

index d921487ce5bccc61a8c418396b5d2cb700b188ea..9b9daec1796b077f600fd6ee51e8724a7f61593f 100644 (file)
@@ -128,6 +128,7 @@ void QtxColorButton::setColor( const QColor& c )
   myColors.insert( this, c );
   updateState();
   update();
+  updateButton( this );
 }
 
 /*!