stat windows no longer call realize() as that is done automatically by gtk when needed

importer dumps bad hands to hand-errors.txt after printing the normal email message
parse_logic should ignore lines where small blind is found to be "$0", however, it's still causing errors
This commit is contained in:
eblade
2008-11-27 05:12:07 -05:00
parent 6e116f4b02
commit 274cecdc58
3 changed files with 11 additions and 4 deletions
+1 -1
View File
@@ -375,7 +375,7 @@ class Stat_Window:
# if not os.name == 'nt': # seems to be a bug in opacity on windows
self.window.set_opacity(parent.colors['hudopacity'])
self.window.realize()
# self.window.realize()
self.window.move(self.x, self.y)
# self.window.show_all()
# set_keep_above(1) for windows