use the paned hoovering function introduced in revision 910
This commit is contained in:
parent
1db6a242b1
commit
279ebf55d6
|
@ -644,6 +644,7 @@ class Terminal(gtk.VBox):
|
||||||
|
|
||||||
srcpaned.remove(widgetsrc)
|
srcpaned.remove(widgetsrc)
|
||||||
dstpaned.split_axis(dsthbox, pos in ['top', 'bottom'], widgetsrc)
|
dstpaned.split_axis(dsthbox, pos in ['top', 'bottom'], widgetsrc)
|
||||||
|
srcpaned.hoover()
|
||||||
|
|
||||||
def get_location(self, vte, x, y):
|
def get_location(self, vte, x, y):
|
||||||
"""Get our location within the terminal"""
|
"""Get our location within the terminal"""
|
||||||
|
|
Loading…
Reference in New Issue