Make sure the titlebar is shown consistently
* Fixes LP#249200
This commit is contained in:
parent
c471d636a6
commit
0c49debaac
|
@ -306,6 +306,7 @@ class Terminator:
|
|||
#not the only term in the notebook/window anymore, need to reshow the title
|
||||
dbg ('SEGBUG: Showing _titlebox')
|
||||
widget._titlebox.show()
|
||||
terminal._titlebox.show()
|
||||
|
||||
if isinstance (parent, gtk.Notebook):
|
||||
dbg ('SEGBUG: Parent is a notebook')
|
||||
|
|
Loading…
Reference in New Issue