From fc816dba30bd91db1dd6a428497369e8b4949754 Mon Sep 17 00:00:00 2001 From: Stefan Schimanski Date: Fri, 14 Mar 2008 23:30:28 +0000 Subject: [PATCH] * comment git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@23739 a592a061-630c-0410-9148-cb99ea01b6c8 --- src/frontends/qt4/GuiApplication.cpp | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/frontends/qt4/GuiApplication.cpp b/src/frontends/qt4/GuiApplication.cpp index 69e5f09a28..0eef683fdc 100644 --- a/src/frontends/qt4/GuiApplication.cpp +++ b/src/frontends/qt4/GuiApplication.cpp @@ -169,6 +169,8 @@ GuiApplication::GuiApplication(int & argc, char ** argv) setQuitOnLastWindowClosed(false); */ #ifdef Q_WS_MAC + // FIXME: Do we need a lyxrc setting for this on Mac? This behaviour + // seems to be the default case for applications like LyX. setQuitOnLastWindowClosed(false); #endif -- 2.39.2