From a13fb42a03616eca6f6b24ccb95042f8dc0f6c1c Mon Sep 17 00:00:00 2001 From: Richard Kimberly Heck Date: Thu, 27 Jul 2023 18:08:23 -0400 Subject: [PATCH] Add FIXME for bug #12828 --- src/frontends/qt/GuiView.cpp | 3 +++ 1 file changed, 3 insertions(+) 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.")); -- 2.39.5