From 6a3faacf2472c4b43ab205add17576a05b43ba78 Mon Sep 17 00:00:00 2001 From: Tristan Dolik Date: Sun, 21 Aug 2022 17:14:40 -0500 Subject: [PATCH] Issue26: Remove non-kvo compliant property from BXDosWindowController bindings https://github.com/MaddTheSane/Boxer/issues/26 --- Boxer/DOS window/BXDOSWindowController.m | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Boxer/DOS window/BXDOSWindowController.m b/Boxer/DOS window/BXDOSWindowController.m index 11c984e9b..d2765b624 100644 --- a/Boxer/DOS window/BXDOSWindowController.m +++ b/Boxer/DOS window/BXDOSWindowController.m @@ -582,7 +582,7 @@ - (IBAction) decrementFullscreenSize: (id)sender + (NSSet *) keyPathsForValuesAffectingMinFullscreenViewportSize { - return [NSSet setWithObject: @"renderingView.currentFrame.scaledResolution"]; + return [NSSet setWithObject: @"renderingView.currentFrame"]; } - (NSSize) minFullscreenViewportSize