mirror of
https://github.com/beefytech/Beef.git
synced 2025-06-14 14:24:10 +02:00
Fixes for type dependencies and tests for type deletion bug
This commit is contained in:
parent
198acef1c6
commit
03fbc9d468
16 changed files with 309 additions and 55 deletions
|
@ -4417,7 +4417,8 @@ namespace IDE
|
|||
if (!mInitialized)
|
||||
return;
|
||||
#if !CLI
|
||||
mLastActivePanel = panel;
|
||||
if (setFocus)
|
||||
mLastActivePanel = panel;
|
||||
RecordHistoryLocation();
|
||||
ShowTab(panel, label, false, setFocus);
|
||||
if (setFocus)
|
||||
|
@ -4580,7 +4581,7 @@ namespace IDE
|
|||
[IDECommand]
|
||||
public void ShowOutput()
|
||||
{
|
||||
ShowPanel(mOutputPanel, "Output");
|
||||
ShowPanel(mOutputPanel, "Output", false);
|
||||
}
|
||||
|
||||
[IDECommand]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue