NSOutlineView click and bug

2015-01-07 Thread Leonardo
Hi, I'm struggling with a singular trouble. In my window I have put an NSOutlineView and a NSScrollView containing a NSClipView containing an NSView. I subclassed the NSClipView and overrided the magnifyWithEvent method. This way I can better control the zooming of the clipView and its

Re: NSOutlineView click and bug

2015-01-07 Thread Graham Cox
On 7 Jan 2015, at 8:01 pm, Leonardo mac.iphone@gmail.com wrote: The zoom occurs so slowly On 10.10? This is a bug in the OS. They changed it so that it would interpolate pinch events to create a smooth animation of the zoom, but it doesn't work. The events arrive at 90 per second so

Re: NSOutlineView click and bug

2015-01-07 Thread Corbin Dunn
Hi Leornardo, Please log this as a bug. You are running Mac OS 10.10, right? corbin On Jan 7, 2015, at 1:01 AM, Leonardo mac.iphone@gmail.com wrote: Hi, I'm struggling with a singular trouble. In my window I have put an NSOutlineView and a NSScrollView containing a NSClipView