From 942e8cefccc9ab4ff9d678fb7013464f7ec17abe Mon Sep 17 00:00:00 2001 From: Cranken Date: Sat, 7 Apr 2018 21:42:06 +0200 Subject: [PATCH] Also now highlights in tab rename. --- src/widgets/helper/notebooktab.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/src/widgets/helper/notebooktab.cpp b/src/widgets/helper/notebooktab.cpp index 36870bc5d..332fe9c2b 100644 --- a/src/widgets/helper/notebooktab.cpp +++ b/src/widgets/helper/notebooktab.cpp @@ -40,6 +40,7 @@ NotebookTab::NotebookTab(Notebook *_notebook) d.setText(""); } else { d.setText(this->getTitle()); + d.highlightText(); } if (d.exec() == QDialog::Accepted) {