diff options
Diffstat (limited to 'ds9/library/graph.tcl')
-rw-r--r-- | ds9/library/graph.tcl | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/ds9/library/graph.tcl b/ds9/library/graph.tcl index cd32287..edf88e4 100644 --- a/ds9/library/graph.tcl +++ b/ds9/library/graph.tcl @@ -555,8 +555,7 @@ proc GraphDestroyDialog {} { if {[winfo exists $igraph(top)]} { destroy $igraph(top) destroy $igraph(mb) + unset dgraph } - - unset dgraph } |