Browse Source

Fix double question when quitting carla under OSX

tags/v1.9.11
falkTX 6 years ago
parent
commit
f3de145aeb
1 changed files with 1 additions and 0 deletions
  1. +1
    -0
      source/frontend/carla_host.py

+ 1
- 0
source/frontend/carla_host.py View File

@@ -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()



Loading…
Cancel
Save