We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7193b58 commit 124cf46Copy full SHA for 124cf46
engine/src/desktop-stack.cpp
@@ -81,7 +81,8 @@ void MCStack::realize(void)
81
82
// IM-2013-08-01: [[ ResIndependence ]] scale stack rect to device coords
83
MCRectangle t_device_rect;
84
- t_device_rect = rect;
+ // IM-2014-06-06: [[ Bug 12321 ]] Get the window rect from the view rather than the stack
85
+ t_device_rect = view_getrect();
86
87
// Sort out name ?
88
0 commit comments