]> git.lyx.org Git - features.git/commitdiff
Add comment
authorJuergen Spitzmueller <spitz@lyx.org>
Thu, 28 May 2015 11:34:58 +0000 (13:34 +0200)
committerJuergen Spitzmueller <spitz@lyx.org>
Thu, 28 May 2015 11:34:58 +0000 (13:34 +0200)
src/frontends/qt4/GuiView.cpp

index 01d9b958d6b5b601a08b1192525b68326e9929b7..3ebfdb1914fbb29165bac0843dcf01c36b47139a 100644 (file)
@@ -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;