Re: Drawing issue with translucent borderless NSWindow, initial content half stays

2016-09-07 Thread Sean McBride
On Tue, 30 Aug 2016 21:03:20 -0500, Ken Thomases said: >On Aug 30, 2016, at 10:10 AM, Sean McBride wrote: >> >> I have a drawing bug in my app, and reduced it to a toy app. >Basically, I create an NSBorderlessWindowMask type window who's content >view draws a

Re: Drawing issue with translucent borderless NSWindow, initial content half stays

2016-08-31 Thread Sandor Szatmari
Sean, > On Aug 30, 2016, at 11:10, Sean McBride wrote: > > Hi all, > > I have a drawing bug in my app, and reduced it to a toy app. Basically, I > create an NSBorderlessWindowMask type window who's content view draws a > translucent rounded rect. Its only subview

Re: Drawing issue with translucent borderless NSWindow, initial content half stays

2016-08-30 Thread Ken Thomases
On Aug 30, 2016, at 10:10 AM, Sean McBride wrote: > > I have a drawing bug in my app, and reduced it to a toy app. Basically, I > create an NSBorderlessWindowMask type window who's content view draws a > translucent rounded rect. Its only subview is an NSTextField

Drawing issue with translucent borderless NSWindow, initial content half stays

2016-08-30 Thread Sean McBride
Hi all, I have a drawing bug in my app, and reduced it to a toy app. Basically, I create an NSBorderlessWindowMask type window who's content view draws a translucent rounded rect. Its only subview is an NSTextField that draws a number in a big font. When I display the window, all is well.