Actually call position update on reposition

Forgot to commit the call that does hud and aux window repositioning
This commit is contained in:
Mika Bostrom 2009-08-15 14:27:20 +03:00
parent 53eaee4d7c
commit b79f0ddccf

View File

@ -210,6 +210,7 @@ class Hud:
self.aux_windows = []
def reposition_windows(self, *args):
self.update_table_position()
for w in self.stat_windows.itervalues():
if type(w) == int:
# print "in reposition, w =", w