Update to use the new split_axis method signature
This commit is contained in:
parent
27d8223a28
commit
4d1d293804
|
@ -885,7 +885,7 @@ for %s (%s)' % (name, urlplugin.__class__.__name__))
|
||||||
pos = self.get_location(widget, x, y)
|
pos = self.get_location(widget, x, y)
|
||||||
|
|
||||||
srcpaned.remove(widgetsrc)
|
srcpaned.remove(widgetsrc)
|
||||||
dstpaned.split_axis(dsthbox, pos in ['top', 'bottom'], widgetsrc, pos in ['bottom', 'right'])
|
dstpaned.split_axis(dsthbox, pos in ['top', 'bottom'], None, widgetsrc, pos in ['bottom', 'right'])
|
||||||
srcpaned.hoover()
|
srcpaned.hoover()
|
||||||
|
|
||||||
def get_location(self, term, x, y):
|
def get_location(self, term, x, y):
|
||||||
|
|
Loading…
Reference in New Issue