Actually call position update on reposition
Forgot to commit the call that does hud and aux window repositioning
This commit is contained in:
parent
53eaee4d7c
commit
b79f0ddccf
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue
Block a user