diff options
| author | tassaron | 2017-08-14 18:41:45 -0400 |
|---|---|---|
| committer | tassaron | 2017-08-14 18:41:45 -0400 |
| commit | 733c005eeaf5d3ff15e0f60d320f5c03472bad60 (patch) | |
| tree | 32176c185ca09a8f35d195fac257ca31313b84bb /src/command.py | |
| parent | a327bec4e42cc572fb84e559025e888a4a20edd3 (diff) | |
undoable removeComponent action
Diffstat (limited to 'src/command.py')
| -rw-r--r-- | src/command.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/command.py b/src/command.py index 18f7408..4116c5a 100644 --- a/src/command.py +++ b/src/command.py @@ -19,6 +19,7 @@ class Command(QtCore.QObject): def __init__(self): QtCore.QObject.__init__(self) self.core = Core() + Core.mode = 'commandline' self.dataDir = self.core.dataDir self.canceled = False |
