fixed tabs sometimes not showing

This commit is contained in:
fourtf 2018-06-04 12:54:09 +02:00
parent 5923e30132
commit 2299030deb

View file

@ -60,6 +60,8 @@ NotebookTab *Notebook::addPage(QWidget *page, QString title, bool select)
this->performLayout(); this->performLayout();
tab->show();
return tab; return tab;
} }