aboutsummaryrefslogtreecommitdiff
path: root/src/components
diff options
context:
space:
mode:
authortassaron2017-08-20 17:47:00 -0400
committertassaron2017-08-20 17:47:00 -0400
commitbe9eb9077b2234e6d91c78d70bb8e1d8347b03aa (patch)
tree12688f1846cfc535408d2a3953d0731eed98fd10 /src/components
parentd4b63e4d4612db262424fe10c83f8eaa4f741f24 (diff)
relative widgets scale properly when undoing at different resolutions
Diffstat (limited to 'src/components')
-rw-r--r--src/components/life.py2
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()