add a queue_draw() at the end of reconfigure_vte(), which is mainly being cargo-culted from gnome-terminal and it seems like a good idea
This commit is contained in:
parent
c07c2715bc
commit
8fa208f652
|
@ -513,6 +513,8 @@ text/plain
|
|||
# Set our sloppiness
|
||||
self.focus = self.conf.focus
|
||||
|
||||
self._vte.queue_draw ()
|
||||
|
||||
def on_composited_changed (self, widget):
|
||||
self.reconfigure_vte ()
|
||||
|
||||
|
|
Loading…
Reference in New Issue