diff --git a/src/widgets/notebook.cpp b/src/widgets/notebook.cpp index f83aa38d..1f425d32 100644 --- a/src/widgets/notebook.cpp +++ b/src/widgets/notebook.cpp @@ -60,6 +60,8 @@ NotebookTab *Notebook::addPage(QWidget *page, QString title, bool select) this->performLayout(); + tab->show(); + return tab; }