NSWindow NSResizableWindowMask resize corner wrong place

Posted by Ziggy on Stack Overflow See other posts from Stack Overflow or by Ziggy
Published on 2010-03-31T09:43:46Z Indexed on 2010/04/01 8:23 UTC
Read the original article Hit count: 677

Filed under:
|
|
|

Hello, if i use NSResizableWindowMask flag in my NSWindow the "resize corner glyph" is on the top right. I can resize when pointing on the lower right corner.

I use a own created NSView with it, and set it as content view with setContentView method. I ' dont use a bottom bar.

Any idea of what i'm doing wrong ?

Thanks.

© Stack Overflow or respective owner

Related posts about nswindow

Related posts about cocoa