Fixed another aux bug

This commit is contained in:
grindi 2009-11-07 00:46:50 +03:00
parent c4d3789657
commit fd085ecb4d

View File

@ -386,9 +386,9 @@ class Hud:
(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()
# While we're at it, fix the positions of mucked cards too
for aux in self.aux_windows:
aux.update_card_positions()
return True