Merge branch 'master' of git://repo.or.cz/fpbd-bostik

This commit is contained in:
Worros
2009-08-15 19:06:18 +08:00
2 changed files with 29 additions and 1 deletions
+5
View File
@@ -211,6 +211,11 @@ class Hud:
for i, w in enumerate(self.stat_windows.itervalues()):
(x, y) = loc[adj[i+1]]
w.relocate(x, y)
# While we're at it, fix the positions of mucked cards too
for aux in self.aux_windows:
aux.update_card_positions()
return True
def on_button_press(self, widget, event):