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-Url: http://git.salome-platform.org/gitweb/?a=commitdiff_plain;h=2c308e422ca7a36ca93efeb9d1fbea919681b847;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 ); }