Blender Git Loki
Git Commits -> Revision d75e45d
Revision d75e45d by Harley Acheson (master) June 11, 2021, 21:39 (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: d75e45d10cbf7d93742f8c746cdb61de32edb42b
Parent Commit: bd87ba9
Lines Changed: +1, -1
1 Modified Path:
/source/blender/windowmanager/intern/wm_window.c (+1, -1) (Diff)