Skip to content

Commit

Permalink
Fixed issue with clear recent files list.
Browse files Browse the repository at this point in the history
  • Loading branch information
SteveMaas1978 committed Jan 29, 2025
1 parent 0522739 commit fceb903
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion FEBioStudio/DlgSettings.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -162,7 +162,7 @@ class CUIProps : public CDataPropertyList

void SetPropertyValue(int i, const QVariant& v) override
{
if (i == 3)
if (i == 2)
{
if (QMessageBox::question(m_dlg, "FEBio Studio", "Are you sure you want to clear all the recent files list.\nThis can not be undone!") == QMessageBox::Yes)
{
Expand Down

0 comments on commit fceb903

Please sign in to comment.