mirror of
https://github.com/beefytech/Beef.git
synced 2025-06-15 06:44:10 +02:00
ShowRecentFile fix
This commit is contained in:
parent
f6ab79d2ef
commit
e94566b958
1 changed files with 1 additions and 1 deletions
|
@ -6464,7 +6464,7 @@ namespace IDE
|
||||||
if (tabButton.mIsActive)
|
if (tabButton.mIsActive)
|
||||||
{
|
{
|
||||||
// If this succeeds then tabbUtton.mIsActive will be false, otherwise we do the 'nextTab' logic below
|
// 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;
|
TabbedView.TabButton nextTab = null;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue