Debugger: The console automatic show should work correctly when the console is undocked now.
[DEVELOPMENT ENVIRONMENT] * BUG: Debugger: The console automatic show should work correctly when the console is undocked now.
This commit is contained in:
parent
56e24c8cf3
commit
9f85e2b5a3
1 changed files with 1 additions and 1 deletions
|
@ -1322,7 +1322,7 @@ Public Sub OnProjectDebug()
|
|||
|
||||
$sLastLocal = ""
|
||||
$sLastObject = ""
|
||||
If Settings["/ShowDebugPanelAutomatically", True] Then FDebugButton.SelectButton(TAB_CONSOLE)
|
||||
If Settings["/ShowDebugPanelAutomatically", True] Then Action["console"].Value = True
|
||||
lblError.Text = ""
|
||||
lblError.Adjust
|
||||
panError.Hide
|
||||
|
|
Loading…
Reference in a new issue