Skip to content

Commit 621353f

Browse files
committed
Fixed issue that all files were added to recent file list.
1 parent e36ed11 commit 621353f

1 file changed

Lines changed: 0 additions & 4 deletions

File tree

FEBioStudio/MainWindow.cpp

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1092,10 +1092,6 @@ void CMainWindow::on_finishedReadingFile(QueuedFile file, const QString& errorSt
10921092
AddLogEntry("success!\n");
10931093
}
10941094

1095-
// add file to recent list
1096-
if (file.m_fileName.isEmpty()==false)
1097-
ui->addToRecentFiles(file.m_fileName);
1098-
10991095
// if this was a new document, make it the active one
11001096
if (file.m_flags & QueuedFile::NEW_DOCUMENT)
11011097
{

0 commit comments

Comments
 (0)