Blender Git Loki
Git Commits -> Revision ca0ef3d
Revision ca0ef3d by Harley Acheson (soc-2021-curves) June 21, 2021, 14:31 (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: ca0ef3d03f7e6cfcfed415957622559ab54f012e
Parent Commit: 4e7757b
Committed By: Dilith Jayakody
Lines Changed: +1, -1
1 Modified Path:
/source/blender/windowmanager/intern/wm_window.c (+1, -1) (Diff)