Re: [piccolo2d-dev] Cursor remains forever after moving out from PBoundsHandle

2010-01-12 Thread Michael Heuer
Dominik Leszyk wrote: > It seems that MOUSE_WHEEL_EVENT somehow corrupts nodes on pickPath and > causes that MouseCursorUpdateHandler from PBoundsHandle doesn't pop > the cursor during mouseExit method invocation. Could you give any > suggestions on fixing it? Fixes were made to mouse wheel behav

[piccolo2d-dev] Cursor remains forever after moving out from PBoundsHandle

2010-01-12 Thread Dominik Leszyk
Hi, I have encountered a strange problem (maybe bug) when using PBoundsHandle from piccolo extras package. Run the following code: import javax.swing.SwingUtilities; import edu.umd.cs.piccolo.nodes.PPath; import edu.umd.cs.piccolox.PFrame; import edu.umd.cs.piccolox.handles.PBoundsHandle; pub