other canvas.
Bug found by:
Submitted by:
Requested by:
Reviewed by:
Approved by:
Obtained from:
proc popupConfigDialog { c } {
global activetool router_model supp_router_models oper_mode
- global badentry
+ global badentry curcanvas
set wi .popup
catch {destroy $wi}
node {
set type [nodeType $target]
if { $type == "pseudo" } {
+ #
+ # Hyperlink to another canvas
+ #
destroy $wi
+ set curcanvas [getNodeCanvas [getNodeMirror $target]]
+ redrawAll
return
}
set model [getNodeModel $target]