fixed tab name sometimes not changing

This commit is contained in:
fourtf
2018-06-01 16:01:49 +02:00
parent 9e36af26fa
commit 04b7cc5ce8
6 changed files with 64 additions and 44 deletions
+1 -4
View File
@@ -43,10 +43,7 @@ NotebookTab *Notebook::addPage(QWidget *page, QString title, bool select)
auto *tab = new NotebookTab(this);
tab->page = page;
if (!title.isEmpty()) {
tab->setTitle(title);
tab->useDefaultTitle = false;
}
tab->setCustomTitle(title);
Item item;
item.page = page;