Skip to content

Commit 80d4e23

Browse files
authored
Merge pull request #22139 from greglucas/macosx-wh
2 parents 3d91b3f + 7b60f94 commit 80d4e23

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/_macosx.m

+1-1
Original file line numberDiff line numberDiff line change
@@ -591,7 +591,7 @@ static CGFloat _get_device_scale(CGContextRef cr)
591591
}
592592
Py_DECREF(size);
593593

594-
NSRect rect = NSMakeRect( /* x */ 100, /* y */ 350, height, width);
594+
NSRect rect = NSMakeRect( /* x */ 100, /* y */ 350, width, height);
595595

596596
self->window = [self->window initWithContentRect: rect
597597
styleMask: NSWindowStyleMaskTitled

0 commit comments

Comments
 (0)