be more explicit about setting background transparency so we always update the state correctly. Closes LP #328994
This commit is contained in:
parent
4944ccabe7
commit
d54f21c203
|
@ -708,6 +708,8 @@ text/plain
|
||||||
if background_type == "transparent":
|
if background_type == "transparent":
|
||||||
if not self.conf.enable_real_transparency:
|
if not self.conf.enable_real_transparency:
|
||||||
self._vte.set_background_transparent (True)
|
self._vte.set_background_transparent (True)
|
||||||
|
else:
|
||||||
|
self._vte.set_background_transparent (False)
|
||||||
|
|
||||||
# Set our cursor blinkiness
|
# Set our cursor blinkiness
|
||||||
self._vte.set_cursor_blinks (self.conf.cursor_blink)
|
self._vte.set_cursor_blinks (self.conf.cursor_blink)
|
||||||
|
|
Loading…
Reference in New Issue