Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorWalter Bender <walter@sugarlabs.org>2014-02-01 17:27:18 (GMT)
committer Walter Bender <walter@sugarlabs.org>2014-02-01 17:27:18 (GMT)
commit07e6def24b630fe4f9ca3c043552d79c65cc01ac (patch)
treed3bbf6f7c337af9fb24e41f00b3f71fef1a0dfa8
parent3af5133412c9a2432565252d1ce63bf9cba0f7be (diff)
reference sl#305 in comment
-rw-r--r--activity.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/activity.py b/activity.py
index 3238d52..f6e8909 100644
--- a/activity.py
+++ b/activity.py
@@ -301,6 +301,7 @@ class PhysicsActivity(activity.Activity):
if tool.name == toolname:
# Radio buttons are not highlighting in the palette
# so adding highlight by hand
+ # See http://bugs.sugarlabs.org/ticket/305
setting = self.game.toolList[tool.name].palette_settings[s]
for i, button in enumerate(
self.game.toolList[tool.name].buttons[s]):