From a810e524ca8f4146e7dcab773614faedb8d90643 Mon Sep 17 00:00:00 2001 From: Roman Telezhynskyi Date: Tue, 15 Jan 2019 11:21:35 +0200 Subject: [PATCH] Fixing regression. List of recent files in Tape were missed. --HG-- branch : develop --- src/app/tape/tmainwindow.cpp | 5 ----- 1 file changed, 5 deletions(-) diff --git a/src/app/tape/tmainwindow.cpp b/src/app/tape/tmainwindow.cpp index 0b6837344..28779404c 100644 --- a/src/app/tape/tmainwindow.cpp +++ b/src/app/tape/tmainwindow.cpp @@ -2935,11 +2935,6 @@ void TMainWindow::UpdateRecentFileActions() recentFileActs.at(i)->setVisible(true); } - for(auto &recentFileAct : recentFileActs) - { - recentFileAct->setVisible(false); - } - separatorAct->setVisible(numRecentFiles>0); }