Make flop_mucked windows follow the table on Windows.

This commit is contained in:
Ray
2009-03-25 15:42:16 -04:00
parent a404f0f3ee
commit 9146758c5e
2 changed files with 16 additions and 3 deletions
+1
View File
@@ -204,6 +204,7 @@ class Hud:
def reposition_windows(self, *args):
if self.stat_windows != {} and len(self.stat_windows) > 0:
(x.window.move(x.x, x.y) for x in self.stat_windows.itervalues() if type(x) != int)
[aw.relocate(self.hud.x, self.hud.y) for aw in self.aux_windows]
return True
def debug_stat_windows(self, *args):