diff options
-rw-r--r-- | src/mainwindow.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mainwindow.cpp b/src/mainwindow.cpp index 61ffce1f..3a9c1246 100644 --- a/src/mainwindow.cpp +++ b/src/mainwindow.cpp @@ -1263,7 +1263,7 @@ void MainWindow::aboutToShowTabListMenu() action->setData(i); if(mainView()->tabBar()->currentIndex() == i) { - QFont font; + QFont font = action->font(); font.setBold(true); action->setFont(font); } |