From 1ed426178ab35d8c3f80ea469a7229b33b6a4b57 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) {