Merge branch 'master' of git://git.assembla.com/free_poker_tools.git
This commit is contained in:
commit
6276386aa8
|
@ -146,7 +146,7 @@ class Hud:
|
|||
for i in range(1, self.max + 1):
|
||||
(x, y) = loc[adj[i]]
|
||||
if self.stat_windows.has_key(i):
|
||||
self.stat_windows[i].relocate(x, y)
|
||||
self.stat_windows[i].relocate(x, y)
|
||||
return True
|
||||
|
||||
def on_button_press(self, widget, event):
|
||||
|
|
Loading…
Reference in New Issue
Block a user