From e94566b958650352d6f37cb9bf85c43f574195d2 Mon Sep 17 00:00:00 2001 From: Brian Fiete Date: Fri, 25 Sep 2020 09:58:30 -0700 Subject: [PATCH] ShowRecentFile fix --- IDE/src/IDEApp.bf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/IDE/src/IDEApp.bf b/IDE/src/IDEApp.bf index 2650b37c..077dc56f 100644 --- a/IDE/src/IDEApp.bf +++ b/IDE/src/IDEApp.bf @@ -6464,7 +6464,7 @@ namespace IDE if (tabButton.mIsActive) { // If this succeeds then tabbUtton.mIsActive will be false, otherwise we do the 'nextTab' logic below - ShowRecentFile(0, hasFocus); + ShowRecentFile(0, hasFocus, true); } TabbedView.TabButton nextTab = null;