Skip to content

Commit 124cf46

Browse files
committed
[[ Bug 12321 ]] Fix cocoa fullscreen bug introduced by bugfix-12321
1 parent 7193b58 commit 124cf46

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

engine/src/desktop-stack.cpp

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,8 @@ void MCStack::realize(void)
8181

8282
// IM-2013-08-01: [[ ResIndependence ]] scale stack rect to device coords
8383
MCRectangle t_device_rect;
84-
t_device_rect = rect;
84+
// IM-2014-06-06: [[ Bug 12321 ]] Get the window rect from the view rather than the stack
85+
t_device_rect = view_getrect();
8586

8687
// Sort out name ?
8788

0 commit comments

Comments
 (0)