Skip to content

Commit

Permalink
Issue26: Remove non-kvo compliant property from BXDosWindowController…
Browse files Browse the repository at this point in the history
… bindings

MaddTheSane#26
  • Loading branch information
tdolik committed Aug 21, 2022
1 parent 268fa81 commit 6a3faac
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 @@ -582,7 +582,7 @@ - (IBAction) decrementFullscreenSize: (id)sender

+ (NSSet *) keyPathsForValuesAffectingMinFullscreenViewportSize
{
return [NSSet setWithObject: @"renderingView.currentFrame.scaledResolution"];
return [NSSet setWithObject: @"renderingView.currentFrame"];
}

- (NSSize) minFullscreenViewportSize
Expand Down

0 comments on commit 6a3faac

Please sign in to comment.