From: jfa Date: Mon, 19 Aug 2024 18:34:45 +0000 (+0100) Subject: [bos #41276] Release of SALOME 9.13. A patch by M.Bernhard for the missing text in... X-Git-Tag: V9_13_0rc3^0 X-Git-Url: http://git.salome-platform.org/gitweb/?a=commitdiff_plain;h=b8b9ee2bce66471a37bb76698caf033dbc28e5d3;p=modules%2Fgui.git [bos #41276] Release of SALOME 9.13. A patch by M.Bernhard for the missing text in the window context menu. --- diff --git a/src/Qtx/QtxAction.cxx b/src/Qtx/QtxAction.cxx index 004207143..4184b45cd 100644 --- a/src/Qtx/QtxAction.cxx +++ b/src/Qtx/QtxAction.cxx @@ -78,6 +78,7 @@ QtxAction::QtxAction( QObject* parent, bool toggle, const QString& ID ) { setCheckable( toggle ); setID(ID); + setText(ID); QApplication::instance()->installEventFilter( this ); }