]> SALOME platform Git repositories - modules/gui.git/commitdiff
Salome HOME
[bos #41276] Release of SALOME 9.13. A patch by M.Bernhard for the missing text in...
authorjfa <jfa@opencascade.com>
Mon, 19 Aug 2024 18:34:45 +0000 (19:34 +0100)
committerjfa <jfa@opencascade.com>
Mon, 19 Aug 2024 18:38:39 +0000 (19:38 +0100)
src/Qtx/QtxAction.cxx

index 004207143b04512d35138059936dd0d81f2ade9b..4184b45cd132d907a439ac2a832efdcc0e940f3e 100644 (file)
@@ -78,6 +78,7 @@ QtxAction::QtxAction( QObject* parent, bool toggle, const QString& ID )
 {
   setCheckable( toggle );
   setID(ID);
+  setText(ID);
 
   QApplication::instance()->installEventFilter( this );
 }