Skip to content

Commit

Permalink
Fix ignored "Show scrollbar" after spliting vertically
Browse files Browse the repository at this point in the history
  • Loading branch information
nikitabobko committed Jun 7, 2020
1 parent 00d880f commit 6fda0e1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion guake/boxes.py
Original file line number Diff line number Diff line change
Expand Up @@ -492,8 +492,8 @@ def split(self, orientation):
parent.replace_child(self, dual_terminal_box)
dual_terminal_box.set_child_first(self)
dual_terminal_box.set_child_second(terminal_box)
terminal_box.show()
dual_terminal_box.show()
dual_terminal_box.show_all()
notebook.terminal_attached(terminal)

return dual_terminal_box
Expand Down

0 comments on commit 6fda0e1

Please sign in to comment.