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 typo
tags/v1.9.11
falkTX
6 years ago
parent
41b5aa59bf
commit
b9ba5e5d01
1 changed files
with
1 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+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):
def __init__(self, host, winId, isPatchbay):
QEmbedWidget.__init__(self, winId
, isPatchbay
)
QEmbedWidget.__init__(self, winId)
self.host = host
self.fWinId = winId
Write
Preview
Loading…
Cancel
Save