From 2c308e422ca7a36ca93efeb9d1fbea919681b847 Mon Sep 17 00:00:00 2001 From: jfa Date: Mon, 19 Aug 2024 19:34:45 +0100 Subject: [PATCH] [bos #41276] Release of SALOME 9.13. A patch by M.Bernhard for the missing text in the window context menu. --- src/Qtx/QtxAction.cxx | 1 + 1 file changed, 1 insertion(+) 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 ); } -- 2.39.2