On Wed, Apr 06, 2005 at 06:09:10PM +0200, Jean-Marc Lasgouttes wrote:
> >>>>> "Martin" == Martin Vermeer <[EMAIL PROTECTED]> writes:
> 
> Martin> Nice, those small attachments ;-/
> 
>       case LFUN_UPSEL:
>       case LFUN_UP:
> +             if (cur.inMacroMode()) break;
>               cur.selHandle(cmd.action == LFUN_UPSEL);
>               if (!cur.up())
>                       cmd = FuncRequest(LFUN_FINISHED_UP);
> 
> Why don't you use cur.macroModeClose() as for LFUN_LEFT/RIGHT?
> 
> JMarc

I tried that; didn't do the trick :-(
Neither did cur.clearTargetX() by the way.

- Martin

Attachment: pgptO8F135BUR.pgp
Description: PGP signature

Reply via email to