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:
Chris Jones 2008-06-03 23:38:17 +01:00
parent c07c2715bc
commit 8fa208f652
1 changed files with 2 additions and 0 deletions

View File

@ -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 ()