Skip to content

Commit

Permalink
fix transparency
Browse files Browse the repository at this point in the history
git-svn-id: https://xpra.org/svn/Xpra/trunk@26403 3bb7dfac-3a0b-4e04-842a-767bc560f471
  • Loading branch information
totaam committed May 19, 2020
1 parent ac9c43f commit 3e980a0
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/xpra/client/gtk_base/gtk_client_window_base.py
Original file line number Diff line number Diff line change
Expand Up @@ -191,6 +191,7 @@ def init_window(self, metadata):
window_type = Gtk.WindowType.TOPLEVEL
self.on_realize_cb = {}
Gtk.Window.__init__(self, type = window_type)
self.set_app_paintable(True)
self.init_drawing_area()
self.set_decorated(self._is_decorated(metadata))
self._window_state = {}
Expand Down

0 comments on commit 3e980a0

Please sign in to comment.