mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-11-07 02:28:35 +00:00
Add FIXME for bug #12828
This commit is contained in:
parent
1dc870f8ac
commit
a13fb42a03
@ -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."));
|
||||
|
Loading…
Reference in New Issue
Block a user