This website works better with JavaScript.
Home
Help
Sign In
falkTX
/
Carla
mirror of
https://github.com/falkTX/Carla
Watch
1
Star
0
Fork
0
Code
Releases
42
Activity
Browse Source
Fix double question when quitting carla under OSX
tags/v1.9.11
falkTX
6 years ago
parent
faf4777b6e
commit
f3de145aeb
1 changed files
with
1 additions
and
0 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+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()
Write
Preview
Loading…
Cancel
Save