]> git.lyx.org Git - features.git/commitdiff
Add FIXME for bug #12828
authorRichard Kimberly Heck <rikiheck@lyx.org>
Thu, 27 Jul 2023 22:08:23 +0000 (18:08 -0400)
committerRichard Kimberly Heck <rikiheck@lyx.org>
Thu, 27 Jul 2023 22:13:42 +0000 (18:13 -0400)
src/frontends/qt/GuiView.cpp

index dca336a9c63b0afcf6c54732cf2f77a2030164fd..844ef90d07356f8f356ed3ac4b9bedf59df157f2 100644 (file)
@@ -1292,6 +1292,9 @@ void GuiView::closeEvent(QCloseEvent * close_event)
 {
        LYXERR(Debug::DEBUG, "GuiView::closeEvent()");
 
+       // FIXME Bug #12828 bites here. If there is some other View open, then
+       // we really should only refuse to close if one of the Buffers open here
+       // is being processed.
        if (!GuiViewPrivate::busyBuffers.isEmpty()) {
                Alert::warning(_("Exit LyX"),
                        _("LyX could not be closed because documents are being processed by LyX."));