diff options
| author | tassaron | 2017-08-20 17:47:00 -0400 |
|---|---|---|
| committer | tassaron | 2017-08-20 17:47:00 -0400 |
| commit | be9eb9077b2234e6d91c78d70bb8e1d8347b03aa (patch) | |
| tree | 12688f1846cfc535408d2a3953d0731eed98fd10 /src/components | |
| parent | d4b63e4d4612db262424fe10c83f8eaa4f741f24 (diff) | |
relative widgets scale properly when undoing at different resolutions
Diffstat (limited to 'src/components')
| -rw-r--r-- | src/components/life.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/components/life.py b/src/components/life.py index 76d2c5f..5d00987 100644 --- a/src/components/life.py +++ b/src/components/life.py @@ -70,7 +70,7 @@ class Component(Component): elif d == 3: newGrid = newGrid(1, 0) self.startingGrid = newGrid - self.sendUpdateSignal() + self._sendUpdateSignal() def update(self): self.updateGridSize() |
