Browse Source

Clear canvas when doing new project

tags/1.9.5
falkTX 10 years ago
parent
commit
3becd4ddb7
1 changed files with 1 additions and 0 deletions
  1. +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):


Loading…
Cancel
Save