TerminalView: Ignore errors if resizing the running process virtual terminal fails.
[GB.FORM.TERMINAL] * BUG: TerminalView: Ignore errors if resizing the running process virtual terminal fails.
This commit is contained in:
parent
08a24c7927
commit
2613dfab3a
1 changed files with 1 additions and 1 deletions
|
@ -339,7 +339,7 @@ End
|
||||||
|
|
||||||
Public Sub ResizeTimer_Timer()
|
Public Sub ResizeTimer_Timer()
|
||||||
|
|
||||||
If $hProcess Then $hProcess.Term.Resize($hScreen.Width, $hScreen.Height)
|
If $hProcess Then Try $hProcess.Term.Resize($hScreen.Width, $hScreen.Height)
|
||||||
$hResizeTimer.Stop
|
$hResizeTimer.Stop
|
||||||
|
|
||||||
End
|
End
|
||||||
|
|
Loading…
Reference in a new issue