Re: Turn off Window Snapping on Sierra

2017-01-08 Thread Tamas Nagy
Thanks, that works, but only if the NSWindow’s isMovableByWindowBackground is set to NO. > On 2017. Jan 8., at 10:08, dangerwillrobinsondan...@gmail.com wrote: > > IIRC use NSBorderlessWindowMask. > > > Sent from my iPhone > >> On Jan 8, 2017, at 17:55, Tamas Nagy

Turn off Window Snapping on Sierra

2017-01-08 Thread Tamas Nagy
Hi, is there any way to disable the window snapping feature introduced in macOS Sierra in an NSWindow subclass? I have an own snapping-like feature in my NSwindow subclass which works a little bit different than Apple’s implementation and the two are interfering on Sierra. Thanks! Best,