diff options
| author | tassaron | 2017-08-10 21:57:06 -0400 |
|---|---|---|
| committer | tassaron | 2017-08-10 21:57:06 -0400 |
| commit | c3f128806b45c427058448e6f2ff799de16da418 (patch) | |
| tree | 37cc8ccaf9d544d67aa5a2f35bb75536a1a1305d /src/component.py | |
| parent | bdb006f25d2237ad69ee88d7f054cefaa0c5a3d8 (diff) | |
Life comp shift buttons and Show Grid option
Diffstat (limited to 'src/component.py')
| -rw-r--r-- | src/component.py | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/component.py b/src/component.py index a1e24db..d011f1e 100644 --- a/src/component.py +++ b/src/component.py @@ -323,7 +323,9 @@ class Component(QtCore.QObject, metaclass=ComponentMetaclass): else: # Normal tracked widget setattr(self, attr, getWidgetValue(widget)) + self.sendUpdateSignal() + def sendUpdateSignal(self): if not self.core.openingProject: self.parent.drawPreview() saveValueStore = self.savePreset() |
