Skip to content

Commit

Permalink
Quiet "unknown selector could cause leak" warning.
Browse files Browse the repository at this point in the history
  • Loading branch information
MaddTheSane committed Jan 13, 2024
1 parent ee4db91 commit f8279ad
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Boxer/DOS window/BXDOSWindowController.m
Original file line number Diff line number Diff line change
Expand Up @@ -1400,7 +1400,7 @@ - (NSSize) windowWillResize: (NSWindow *)theWindow toSize: (NSSize) proposedFram
- (void) windowDidChangeBackingProperties: (NSNotification *)notification
{
if ([self.renderingView respondsToSelector: _cmd])
[self.renderingView performSelector: _cmd withObject: notification];
[self.renderingView windowDidChangeBackingProperties: notification];
}

//Return an appropriate "standard" (zoomed) frame for the window given the currently available screen space.
Expand Down

0 comments on commit f8279ad

Please sign in to comment.