Commit d653d9ff authored by liming6's avatar liming6
Browse files

fix 修复首次按下esc键导致选中第一个dcu进程的问题

parent 10bfd381
......@@ -132,7 +132,11 @@ func NewModelMain(width, height int) ModelMain {
result.ProcessInfo = NewModelProcessInfo(width)
result.dialog = NewDialog(nil)
result.pstree = NewModelPsTree(width, height)
result.actionMsg = &ActionMsg{}
result.actionMsg = &ActionMsg{
HelpView: false,
TargetDCUIndex: -1,
VM: VMMain,
}
result.processEnv = nil
return result
}
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment