1
0
Fork 0
mirror of https://github.com/beefytech/Beef.git synced 2025-06-10 12:32:20 +02:00

ShowRecentFile fix

This commit is contained in:
Brian Fiete 2020-09-25 09:58:30 -07:00
parent f6ab79d2ef
commit e94566b958

View file

@ -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;