Opened 15 years ago
Closed 14 years ago
#638 closed defect (fixed)
Tk interface does not handle mouse wheel events in v.digit
Reported by: | frankie | Owned by: | |
---|---|---|---|
Priority: | normal | Milestone: | 6.4.1 |
Component: | Tcl/Tk | Version: | svn-develbranch6 |
Keywords: | Cc: | ||
CPU: | Unspecified | Platform: | Unspecified |
Description
You can see a Tk error when using the mouse wheel for instance in the Attributes form when query the vector feature in v.digit:
can't read "bind_scroll_list": no such variable can't read "bind_scroll_list": no such variable
while executing
"lsearch -exact $bind_scroll_list $window"
(procedure "handle_scroll" line 5) invoked from within
"handle_scroll 1 .form.nb.f4.frm.txt"
(command bound to event)
Change History (4)
comment:1 by , 14 years ago
comment:2 by , 14 years ago
comment:3 by , 14 years ago
Milestone: | 6.4.0 → 6.4.1 |
---|---|
Version: | 6.4.0 RCs → svn-develbranch6 |
Note:
See TracTickets
for help on using tickets.
See also http://trac.osgeo.org/grass/ticket/1187#comment:9 and following.