diff options
| author | tassaron | 2017-08-16 22:17:12 -0400 |
|---|---|---|
| committer | tassaron | 2017-08-16 22:17:12 -0400 |
| commit | f66ec40ba6e9c4062d1e41894e0a88f713add96d (patch) | |
| tree | 907ba966411efe859a0e7dceaf2a4b4aa4aa0666 /src/core.py | |
| parent | ddb04f3a2fe6454a9c98bba39d07a12bd6a91b45 (diff) | |
undoable component movement
Diffstat (limited to 'src/core.py')
| -rw-r--r-- | src/core.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/core.py b/src/core.py index cee0f56..14517b0 100644 --- a/src/core.py +++ b/src/core.py @@ -73,6 +73,7 @@ class Core: compPos = len(self.selectedComponents) if len(self.selectedComponents) > 50: return None + if type(component) is int: # create component using module index in self.modules moduleIndex = int(component) |
