Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorWade Brainerd <wadetb@gmail.com>2009-04-05 22:59:26 (GMT)
committer Wade Brainerd <wadetb@gmail.com>2009-04-05 22:59:26 (GMT)
commit0221a90d2d7994c81f9da511bfcef81ba00d42f1 (patch)
tree4c774944c334ea3b879111576f5a501bd7c2f4d9
parentb31c7afb4e79d62508db735257d33ea1c58fffc1 (diff)
Fix drawing of balance when objects are dropped.
-rw-r--r--balanceobject.py2
1 files changed, 2 insertions, 0 deletions
diff --git a/balanceobject.py b/balanceobject.py
index 1eb975e..a838713 100644
--- a/balanceobject.py
+++ b/balanceobject.py
@@ -110,6 +110,8 @@ class BalanceObject(MovableObject):
self.pan1_position = Vector(200, 500)
self.pan2_position = Vector(725, 500)
+ self.queue_draw()
+
def move(self, pos):
#print "BalanceObject: move called: self.container = ", self.container
#print "BalanceObject: move called: pos = ", pos