enter runtime state when start button pressed with empty canvas
(Boeing r1805)
This commit is contained in:
parent
564cabaac6
commit
c1c71bb33a
3 changed files with 7 additions and 11 deletions
10
gui/api.tcl
10
gui/api.tcl
|
@ -2358,8 +2358,9 @@ proc sendConfReplyMessage { channel node model types values opaque } {
|
|||
}
|
||||
|
||||
if { $prmsg == 1 } {
|
||||
puts -nonewline ">CONF(flags=0x0,mod=$model,"
|
||||
puts -nonewline ">CONF(flags=0,"
|
||||
if {$node > -1 } { puts -nonewline "node=$node," }
|
||||
puts -nonewline "obj=$model,cflags=0"
|
||||
if {$session != "" } { puts -nonewline "session=$session," }
|
||||
if {$opaque != "" } { puts -nonewline "opaque=$opaque," }
|
||||
puts "types=<$types>,values=<$values>) reply"
|
||||
|
@ -2495,13 +2496,6 @@ proc deployCfgAPI { sock } {
|
|||
return
|
||||
}
|
||||
|
||||
set nodecount [getNodeCount]
|
||||
if { $nodecount == 0 } {
|
||||
# This allows switching to exec mode without extra API messages,
|
||||
# such as when connecting to a running session.
|
||||
return
|
||||
}
|
||||
|
||||
set deployCfgAPI_lock 1 ;# lock
|
||||
|
||||
set mac_byte4 0
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue