From e0b6e50ccb3d882c6adf388be15d325256871a0d Mon Sep 17 00:00:00 2001 From: Tim Date: Mon, 2 Dec 2024 20:39:11 -0500 Subject: [PATCH] Merge PR 1293: Force the use of in-window menu. --- src/ChangeLog | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/src/ChangeLog b/src/ChangeLog index cb9b01de1..ad0878ed9 100644 --- a/src/ChangeLog +++ b/src/ChangeLog @@ -1,3 +1,7 @@ +02.12.2024 + - Merge PR 1293: Force the use of in-window menu. (Tim) + Fixes usage of KDE Global Menu applet, possibly Mac/Unity as well, missing menus. + Simply set attribute Qt::AA_DontUseNativeMenuBar. Thanks to user Icenowy for the work. 17.10.2024 - Fix issue 1287: Focus doesn't return to arranger window when pianoroll closed. (Tim) In MusE::toplevelDeleting(), call TopWin::focusCanvas() to direct focus to the canvas.