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
Clear canvas when doing new project
tags/1.9.5
falkTX
10 years ago
parent
e04fd78cdc
commit
3becd4ddb7
1 changed files
with
1 additions
and
0 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-0
source/carla_host.py
+ 1
- 0
source/carla_host.py
View File
@@ -466,6 +466,7 @@ class HostWindow(QMainWindow):
self.removeAllPlugins()
self.fProjectFilename = ""
self.setProperWindowTitle()
patchcanvas.clear()
@pyqtSlot()
def slot_fileOpen(self):
Write
Preview
Loading…
Cancel
Save