darling-cocotron icon indicating copy to clipboard operation
darling-cocotron copied to clipboard

Only Send ``NSWindowDidResizeNotification`` When Resizing, Not When Moving

Open TheBrokenRail opened this issue 3 years ago • 0 comments

Previously it would send NSWindowDidResizeNotification when a window was only moved not resized. Now, it will properly send NSWindowDidMoveNotification.

Test with: https://github.com/gammasoft71/Examples_Cocoa/blob/master/src/Events/WindowAndMessages/WindowAndMessages.m

TheBrokenRail avatar May 26 '21 22:05 TheBrokenRail