fixes issue where moving a term with --no-gconf and
scrollbar_position=disabled in ~/.terminatorrc will create a scroll bar of the left of src and dst terms
This commit is contained in:
parent
df5d260f05
commit
bdad9597f7
@ -370,9 +370,9 @@ class TerminatorTerm:
|
|||||||
pane.pack1 (dsthbox, True, True)
|
pane.pack1 (dsthbox, True, True)
|
||||||
pane.pack2 (srchbox, True, True)
|
pane.pack2 (srchbox, True, True)
|
||||||
|
|
||||||
pane.show_all()
|
pane.show()
|
||||||
pane.set_position (position / 2)
|
pane.set_position (position / 2)
|
||||||
|
self.reconfigure_vte()
|
||||||
|
|
||||||
def spawn_child (self, event=None):
|
def spawn_child (self, event=None):
|
||||||
update_records = self.gconf_client.get_bool (self.profile + "/update_records") or True
|
update_records = self.gconf_client.get_bool (self.profile + "/update_records") or True
|
||||||
|
Loading…
Reference in New Issue
Block a user