Inheriting profile on a split in tabbed pane.
This commit is contained in:
parent
6d6d73568d
commit
f5cd4b053d
|
@ -136,6 +136,8 @@ class Notebook(Container, gtk.Notebook):
|
|||
sibling = maker.make('terminal')
|
||||
sibling.set_cwd(cwd)
|
||||
sibling.spawn_child()
|
||||
if sibling:
|
||||
sibling.force_set_profile(None, widget.get_profile())
|
||||
|
||||
self.insert_page(container, None, page_num)
|
||||
self.set_tab_reorderable(container, True)
|
||||
|
|
Loading…
Reference in New Issue