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