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:
+1
-1
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user