From b79f0ddccf29ed2684506cca5174f6f3c36641b3 Mon Sep 17 00:00:00 2001 From: Mika Bostrom Date: Sat, 15 Aug 2009 14:27:20 +0300 Subject: [PATCH] Actually call position update on reposition Forgot to commit the call that does hud and aux window repositioning --- pyfpdb/Hud.py | 1 + 1 file changed, 1 insertion(+) diff --git a/pyfpdb/Hud.py b/pyfpdb/Hud.py index bdc0cdc8..1ec7f0d5 100644 --- a/pyfpdb/Hud.py +++ b/pyfpdb/Hud.py @@ -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