Resize corner on NSPanel
Resize corner on NSPanel
- Subject: Resize corner on NSPanel
- From: "Phil Barrett" <email@hidden>
- Date: Fri, 20 Jul 2001 09:20:33 +0100
I have an window (actually an NSPanel with NSUtilityWindowMask) containing
an NSMatrix of NSButtonCells.
All mouse clicks in an approx 8x8 pixel rectangle in the lower-right corner
of the window are ignored and do not reach the button that's visible there.
I assume it's the window resize area, but since it does not have
NSResizableWindowMask set, and I've called setShowsResizeIndicator:NO, why
are they getting trapped?
All ideas welcome
Phil