Fix non-native fullscreen quit to black screen bug by ychin · Pull Request #1516 · macvim-dev/macvim
A previous change macvim-dev#1510 introduced a piece of debug code that erroneously overrode the `window` property to always return the normal window whereas in normal behavior it should return the full screen window when in non-native full screen. This property was only added for supporting unit tests and also completely unnecessary because the superclass `NSWindowController` already provides it (the one that we accidentally overrode). Just remove this. Fix macvim-dev#1515
ychin
deleted the
fix-non-native-fullscreen-blackscreen-quit
branch
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode characters