views:

116

answers:

1

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.

A: 

A clip was still active, I was missing a context restore....Problem solved.

Ziggy