Stop the server immediately quitting under OS X; allow it to stay
authorCarl Hetherington <cth@carlh.net>
Sun, 10 Mar 2019 23:17:56 +0000 (23:17 +0000)
committerCarl Hetherington <cth@carlh.net>
Mon, 11 Mar 2019 01:13:09 +0000 (01:13 +0000)
alive even though it has no main window (part of #1481).

src/tools/dcpomatic_server.cc

index dc640ff033964a9b33993dc0571b81bb915b6d2d..ab3e5b258d241a6c6f808fc2c6a36b5ca2049393 100644 (file)
@@ -308,6 +308,8 @@ private:
                        splash->Destroy ();
                }
 
+               SetExitOnFrameDelete (false);
+
                return true;
        }