Blender Git Loki
Git Commits -> Revision 7a87b46
Revision 7a87b46 by Harley Acheson (override-recursive-resync) June 14, 2021, 14:34 (GMT) |
Fix T88812: Child Windows on Vertical Monitors This patch improves the positioning of child windows when on monitors that are arranged vertically (any above any other). When calculating a window position in Ghost coordinates from GL coordinates we were using monitor height, which can give incorrect values when desktop is taller than any single monitor. So use desktop height instead. See D10637 for more details and examples. Differential Revision: https://developer.blender.org/D10637 Reviewed by Brecht Van Lommel |
Commit Details:
Full Hash: 7a87b469db43f1e61c2c56e1e5a3cd1d05a1e7de
Parent Commit: a6172fc
Committed By: Bastien Montagne
Lines Changed: +1, -1
1 Modified Path:
/source/blender/windowmanager/intern/wm_window.c (+1, -1) (Diff)