NSColorPanel blocking mouse up events
问题 I am using a NSColorWell which is set to continuously update. I need to know when the user is done editing the control (mouse up) from the color picker in the color panel. I installed an event monitor and am successfully receiving mouse down and mouse moved messages, however NSColorPanel appears to block mouse up. The bottom line is that I want to add the final selected color to my undo stack without all the intermediate colors generated while the user is choosing their selection. Is there a