From f3de145aebe95540cc7cdddaf3e2d3f4a25f9008 Mon Sep 17 00:00:00 2001 From: falkTX Date: Mon, 10 Sep 2018 19:12:17 +0100 Subject: [PATCH] Fix double question when quitting carla under OSX --- source/frontend/carla_host.py | 1 + 1 file changed, 1 insertion(+) diff --git a/source/frontend/carla_host.py b/source/frontend/carla_host.py index b991a9e6e..fd1cb6454 100644 --- a/source/frontend/carla_host.py +++ b/source/frontend/carla_host.py @@ -2358,6 +2358,7 @@ class HostWindow(QMainWindow): return if MACOS and self.fMacClosingHelper and not (self.host.isControl or self.host.isPlugin): + self.fCustomStopAction = self.CUSTOM_ACTION_APP_CLOSE self.fMacClosingHelper = False event.ignore()