This wasn't a c&p mistake in splithoriz/splitvert, the added behaviour breaks splitting

This commit is contained in:
Chris Jones 2007-08-10 22:38:20 +01:00
parent 449236d381
commit 794bfc097c
1 changed files with 0 additions and 3 deletions

View File

@ -370,9 +370,6 @@ class Terminator:
# We are inside a split term
if vert:
term2._vte.set_size (cols, (rows / 2) - 1)
else:
# TESTING: Is this necessary?
term2._vte.set_size (rows, (cols / 2) - 1)
if (widget.get_box () == parent.get_child1 ()):
widget.get_box ().reparent (pane)