We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 107fb79 commit 19c2f5aCopy full SHA for 19c2f5a
src/macos/window_manager.mm
@@ -80,7 +80,6 @@ MMRect getWindowRect(const WindowHandle windowHandle) {
80
if (CGRectMakeWithDictionaryRepresentation((CFDictionaryRef)windowInfo[(id)kCGWindowBounds], &windowRect)) {
81
return MMRectMake(windowRect.origin.x, windowRect.origin.y, windowRect.size.width, windowRect.size.height);
82
}
83
- return MMRectMake(0, 0, 0, 0);
84
85
return MMRectMake(0, 0, 0, 0);
86
0 commit comments