use the paned hoovering function introduced in revision 910

This commit is contained in:
Chris Jones 2009-11-20 09:31:07 -06:00
parent 1db6a242b1
commit 279ebf55d6
1 changed files with 1 additions and 0 deletions

View File

@ -644,6 +644,7 @@ class Terminal(gtk.VBox):
srcpaned.remove(widgetsrc)
dstpaned.split_axis(dsthbox, pos in ['top', 'bottom'], widgetsrc)
srcpaned.hoover()
def get_location(self, vte, x, y):
"""Get our location within the terminal"""