]> SALOME platform Git repositories - modules/gui.git/commitdiff
Salome HOME
Bug fix: Disabled highlighting for separator actions.
authorsan <san@opencascade.com>
Wed, 3 Aug 2011 08:27:17 +0000 (08:27 +0000)
committersan <san@opencascade.com>
Wed, 3 Aug 2011 08:27:17 +0000 (08:27 +0000)
src/Qtx/QtxMenu.cxx

index 6275db207f3c8bc4dfb8977a98c779594ff297aa..a5adf5a22d4330dca8fad473ec573db003028fd5 100644 (file)
@@ -1051,7 +1051,7 @@ void QtxMenu::paintEvent( QPaintEvent* e )
        int x, y, w, h;
        r.getRect( &x, &y, &w, &h );
 
-       if ( a == myExpandAction || a == myTitleAction || a == activeAction() )
+       if ( a == myExpandAction || a == myTitleAction || a == activeAction() || a->isSeparator() )
          continue;
 
        if ( ( hm == HighlightPermanent ) != visible.contains( a ) )