diff options
| author | tassaron | 2017-06-26 19:07:49 -0400 |
|---|---|---|
| committer | tassaron | 2017-06-26 19:07:49 -0400 |
| commit | a95ecd7e42b3e6b199f7bcdbe363faa8e765f869 (patch) | |
| tree | 9ef6aaf8ba61eb0acd5706456528229c52b7ba62 /src/components/__base__.py | |
| parent | 0c394d77e388adb91beee210a9b66652db9d17cb (diff) | |
added visualizer options + invalid presets get ignored
Diffstat (limited to 'src/components/__base__.py')
| -rw-r--r-- | src/components/__base__.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/components/__base__.py b/src/components/__base__.py index 9b04157..00601e7 100644 --- a/src/components/__base__.py +++ b/src/components/__base__.py @@ -11,6 +11,7 @@ class Component(QtCore.QObject): def __init__(self, moduleIndex, compPos, core): super().__init__() self.currentPreset = None + self.canceled = False self.moduleIndex = moduleIndex self.compPos = compPos self.core = core |
