Bug found by:
Submitted by:
Requested by:
Reviewed by:
Approved by:
Obtained from:
bind .hframe.t <Double-1> {
set canvas [lindex [.hframe.t gettags current] 1]
if { $canvas != "" } {
- renameCanvasPopup
+ if { $canvas != $curcanvas } {
+ set curcanvas $canvas
+ switchCanvas none
+ } else {
+ renameCanvasPopup
+ }
}
}
scrollbar .hframe.scroll -orient horiz -command "$c xview" \