mirror of
https://github.com/Chatterino/chatterino2.git
synced 2024-11-21 22:24:07 +01:00
fixed tabs sometimes not showing
This commit is contained in:
parent
5923e30132
commit
2299030deb
1 changed files with 2 additions and 0 deletions
|
@ -60,6 +60,8 @@ NotebookTab *Notebook::addPage(QWidget *page, QString title, bool select)
|
|||
|
||||
this->performLayout();
|
||||
|
||||
tab->show();
|
||||
|
||||
return tab;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue