Changeset 1320 for trunk/gui/scripts


Ignore:
Timestamp:
Mar 12, 2009 8:44:51 PM (15 years ago)
Author:
gah
Message:

Fix for scrollwheel in dropdownlist widget

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/gui/scripts/dropdownlist.tcl

    r676 r1320  
    6969
    7070    # add bindings so the listbox can react to selections
    71     bind RapptureDropdownlist-$this <ButtonRelease> [itcl::code $this _react]
     71    bind RapptureDropdownlist-$this <ButtonRelease-1> [itcl::code $this _react]
    7272    bind RapptureDropdownlist-$this <KeyPress-Return> [itcl::code $this _react]
    7373    bind RapptureDropdownlist-$this <KeyPress-space> [itcl::code $this _react]
Note: See TracChangeset for help on using the changeset viewer.