From abefdcaf309554ae9ea506affcb84e6c0219128c Mon Sep 17 00:00:00 2001 From: Juergen Spitzmueller Date: Thu, 28 May 2015 13:34:58 +0200 Subject: [PATCH] Add comment --- src/frontends/qt4/GuiView.cpp | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/frontends/qt4/GuiView.cpp b/src/frontends/qt4/GuiView.cpp index 01d9b958d6..3ebfdb1914 100644 --- a/src/frontends/qt4/GuiView.cpp +++ b/src/frontends/qt4/GuiView.cpp @@ -1747,6 +1747,9 @@ bool GuiView::getStatus(FuncRequest const & cmd, FuncStatus & flag) application can still be accessed without giving focus to the main window. In this case, we want to disable the menu entries that are buffer-related. + This code must not be used on Linux and Windows, since it + would disable buffer-related entries when hovering over the + menu (see bug #9574). */ if (cmd.origin() == FuncRequest::MENU && !hasFocus()) { buf = 0; -- 2.39.2