attempt to fix LP#237758

by removing self._vte.queue_draw in reconfigure_vte
This commit is contained in:
Emmanuel Bretelle 2008-06-08 14:12:20 +01:00
parent ebce818323
commit c0cb0bebde
1 changed files with 1 additions and 1 deletions

View File

@ -518,7 +518,7 @@ text/plain
# Set our sloppiness
self.focus = self.conf.focus
self._vte.queue_draw ()
#self._vte.queue_draw ()
def on_composited_changed (self, widget):
self.reconfigure_vte ()