skip the set_opacity statement in windows until figured out
This commit is contained in:
parent
803b9a7a64
commit
28037de7a6
|
@ -349,6 +349,7 @@ class Stat_Window:
|
|||
# font = pango.FontDescription("Sans 8")
|
||||
self.label[r][c].modify_font(font)
|
||||
|
||||
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.move(self.x, self.y)
|
||||
|
|
Loading…
Reference in New Issue
Block a user