From: Richard Kimberly Heck Date: Thu, 27 Jul 2023 22:08:23 +0000 (-0400) Subject: Add FIXME for bug #12828 X-Git-Url: https://git.lyx.org/gitweb/?a=commitdiff_plain;h=a13fb42a03616eca6f6b24ccb95042f8dc0f6c1c;p=features.git Add FIXME for bug #12828 --- diff --git a/src/frontends/qt/GuiView.cpp b/src/frontends/qt/GuiView.cpp index dca336a9c6..844ef90d07 100644 --- a/src/frontends/qt/GuiView.cpp +++ b/src/frontends/qt/GuiView.cpp @@ -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."));