Menu

#5 Typo in mixin_for_mouse_interaction.tcl

1.0
open
nobody
None
2022-08-05
2022-08-05
No

The first line of movemousetoelement tests whether xoffset and yoffset are non-trivial using

        if {($xoffset ne "") && (yoffset ne "")} {

There's a missing dollar sign; the code should be

        if {($xoffset ne "") && ($yoffset ne "")} {

Discussion


Log in to post a comment.

Want the latest updates on software, tech news, and AI?
Get latest updates about software, tech news, and AI from SourceForge directly in your inbox once a month.