mirror of
https://github.com/beefytech/Beef.git
synced 2025-06-10 04:22:20 +02:00
undef ToString fix
This commit is contained in:
parent
518c9773f3
commit
aa21020255
2 changed files with 3 additions and 1 deletions
|
@ -6588,7 +6588,8 @@ namespace IDE
|
|||
nextTab = checkTab;
|
||||
});
|
||||
}
|
||||
else {
|
||||
else
|
||||
{
|
||||
nextTab = tabbedView.GetActiveTab();
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue