Browse Source

Fix typo

tags/v1.9.11
falkTX 6 years ago
parent
commit
b9ba5e5d01
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      source/native-plugins/resources/carla-plugin

+ 1
- 1
source/native-plugins/resources/carla-plugin View File

@@ -486,7 +486,7 @@ else:


class CarlaEmbedW(QEmbedWidget): class CarlaEmbedW(QEmbedWidget):
def __init__(self, host, winId, isPatchbay): def __init__(self, host, winId, isPatchbay):
QEmbedWidget.__init__(self, winId, isPatchbay)
QEmbedWidget.__init__(self, winId)


self.host = host self.host = host
self.fWinId = winId self.fWinId = winId


Loading…
Cancel
Save