mirror of
https://github.com/Chatterino/chatterino2.git
synced 2024-11-13 19:49:51 +01:00
fixed tabs sometimes not showing
This commit is contained in:
parent
5923e30132
commit
2299030deb
|
@ -60,6 +60,8 @@ NotebookTab *Notebook::addPage(QWidget *page, QString title, bool select)
|
||||||
|
|
||||||
this->performLayout();
|
this->performLayout();
|
||||||
|
|
||||||
|
tab->show();
|
||||||
|
|
||||||
return tab;
|
return tab;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue