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