Browse Source

Fix typo in a comment

tags/1.9.8
falkTX 8 years ago
parent
commit
ffe26788bb
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

@@ -102,7 +102,7 @@ class CarlaMiniW(ExternalUI, HostWindow):
self.ready()

# Override this as it can be called from several places.
# We really need to close all UIs as events are driven by host idle which only available when UI is visible
# We really need to close all UIs as events are driven by host idle which is only available when UI is visible
def closeExternalUI(self):
for i in reversed(range(self.fPluginCount)):
self.host.show_custom_ui(i, False)


Loading…
Cancel
Save