[Chameleon-dev] [Bug 1818] [Chameleon-Widget]Right click on map when a navigation tool is selected activated this tool

bugzilla-daemon at bugzilla.maptools.org bugzilla-daemon at bugzilla.maptools.org
Tue Nov 13 10:32:57 EST 2007


http://bugzilla.maptools.org/show_bug.cgi?id=1818

nsavard at mapgears.com changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|ASSIGNED                    |RESOLVED
         Resolution|                            |FIXED



------- Additional Comments From nsavard at mapgears.com  2007-11-13 10:32 -------
Fixed in CVS.  Added the following code in MapWmapTool():

    if (((e.which) && (e.which == 3)) || ((e.button) && (e.button == 2)))
    {
        return;
    }




------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.


Please do NOT reply to this email, use the link above instead to 
login to bugzilla and submit your comment. Any email reply to this
address will be lost.


More information about the Chameleon-dev mailing list