From 6bdb40ec81ddaba910c2053bb414616dec724ed0 Mon Sep 17 00:00:00 2001 From: Andre Bernet Date: Wed, 31 Aug 2016 10:50:44 +0200 Subject: [PATCH] Recent files fix --- companion/src/mainwindow.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/companion/src/mainwindow.cpp b/companion/src/mainwindow.cpp index c702c5f54..31e5967a6 100644 --- a/companion/src/mainwindow.cpp +++ b/companion/src/mainwindow.cpp @@ -949,7 +949,7 @@ void MainWindow::updateMenus() writeBackupToRadioAct->setEnabled(true); readBackupToFileAct->setEnabled(true); for (int i=0; isetEnabled(false); + recentFileActs[i]->setEnabled(true); } separatorAct->setVisible(hasMdiChild); simulateAct->setEnabled(hasSelection);