[Bf-committers] Modal Zoom issue

2010-04-30 Thread Charles Wardlaw
Hi all, In the latest SVN build, when you zoom it no longer releases after you let go of the mouse button. I set my zoom to Control + Alt + LMB. I can zoom just fine, but when I release the mouse button the zoom stays on, turning into a rotate if I let go of the alt key. I fixed this by modi

Re: [Bf-committers] Modal Zoom issue

2010-05-01 Thread Martin Poirier
Hi, --- On Fri, 4/30/10, Charles Wardlaw wrote: > Hi all, > > In the latest SVN build, when you zoom it no longer > releases after you let go of the mouse button.  I set > my zoom to Control + Alt + LMB.  I can zoom just fine, > but when I release the mouse button the zoom stays on, > turning i

Re: [Bf-committers] Modal Zoom issue

2010-05-01 Thread Joshua Leung
+1 to Martin's proposal. I agree that this has been long overdue, and could be useful for a number of modal operators which need to terminate on such events. On Sun, May 2, 2010 at 7:46 AM, Martin Poirier wrote: > Hi, > > --- On Fri, 4/30/10, Charles Wardlaw wrote: > >> Hi all, >> >> In the late

Re: [Bf-committers] Modal Zoom issue

2010-05-02 Thread Charles Wardlaw
> I think the best solution in this case is to introduce a special event type > called "Invoke Event", usable only in modal keymaps. Invoke Event would be > the event type that resulted in the operator's invocation (it would be stored > in the Operator instance. > > With this, modal keymaps wou