Skip to content

Commit

Permalink
added pr Fix ignored Show scrollbar after spliting vertically Guake#1771
Browse files Browse the repository at this point in the history
  • Loading branch information
zeusintuivo committed Jul 10, 2020
1 parent 29e2da9 commit 497b8c3
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 @@ -493,8 +493,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 497b8c3

Please sign in to comment.