drawRect error

After I upgraded to xcode15 I noticed that a lot of our application was not displayed, and I found that the function was giving the wrong value

  • (void)drawRect:(NSRect)dirtyRect

Have you found at what rect the frame you get refers to ? Is it an older value of the rect ?

drawRect error
 
 
Q