intermediate print
This commit is contained in:
parent
f5d7764571
commit
84b6aa230b
|
@ -203,7 +203,10 @@ class Hud:
|
||||||
|
|
||||||
def reposition_windows(self, *args):
|
def reposition_windows(self, *args):
|
||||||
for w in self.stat_windows.itervalues():
|
for w in self.stat_windows.itervalues():
|
||||||
if type(w) == int: continue
|
if type(w) == int:
|
||||||
|
print "in reposition, w =", w
|
||||||
|
continue
|
||||||
|
print "in reposition, w =", w, w.x, w.y
|
||||||
w.window.move(w.x, w.y)
|
w.window.move(w.x, w.y)
|
||||||
return True
|
return True
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue
Block a user