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
Forgot this in a previous commit
tags/1.9.5
falkTX
10 years ago
parent
3ba1e572fb
commit
d115686cd9
1 changed files
with
1 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
source/carla_host.py
+ 1
- 1
source/carla_host.py
View File
@@ -1722,7 +1722,7 @@ class HostWindow(QMainWindow):
self.saveSettings()
if self.host.is_engine_running() and not self.host.isPlugin:
self.slot_engineStop()
self.slot_engineStop(
True
)
QMainWindow.closeEvent(self, event)
Write
Preview
Loading…
Cancel
Save