On Wed, Nov 12, 2003 at 03:51:12PM +0100, Alfredo Braunstein wrote: > shouldn't LFUN_MOUSE_MOTION be dispatched to the inset having the cursor? > Right now it's dispatched to whatever it's under the event position as any > mouse click, but this looks bogus to me.
Why? Doing it otherwise would mean we can't leave an inset with MOUSE_MOTION, wouldn't it? Andre'