diff options
Diffstat (limited to 'library/graph.tcl')
-rw-r--r-- | library/graph.tcl | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/library/graph.tcl b/library/graph.tcl index 93988d3..16c0e14 100644 --- a/library/graph.tcl +++ b/library/graph.tcl @@ -524,9 +524,7 @@ proc blt::ZoomStack::Pop { g } { set _private($g,stack) [lrange $zoomStack 1 end] eval $cmd TitleLast $g -# blt::busy hold $g update -# blt::busy release $g after 2000 [list blt::ZoomStack::DestroyTitle $g] } else { catch { $g marker delete "zoomTitle" } |