Blender Git Loki
Git Commits -> Revision f05bad9
October 7, 2017, 14:35 (GMT) |
Fix small jumps of area rectangles and contents Should also fix some glitches/jumping on HiDPI screens. Most of this is related cleanup, actual fix is rather small (check changes in screen_vertices_scale and WM_window_screen_pixels_y) |
Commit Details:
Full Hash: f05bad92bffe54ca8d39cf7021f82683469d7553
Parent Commit: a11ecbd
Lines Changed: +61, -41
5 Modified Paths:
/source/blender/editors/screen/area.c (+28, -15) (Diff)
/source/blender/editors/screen/screen_edit.c (+24, -18) (Diff)
/source/blender/makesdna/DNA_screen_types.h (+2, -1) (Diff)
/source/blender/windowmanager/intern/wm_subwindow.c (+6, -6) (Diff)
/source/blender/windowmanager/intern/wm_window.c (+1, -1) (Diff)
/source/blender/editors/screen/screen_edit.c (+24, -18) (Diff)
/source/blender/makesdna/DNA_screen_types.h (+2, -1) (Diff)
/source/blender/windowmanager/intern/wm_subwindow.c (+6, -6) (Diff)
/source/blender/windowmanager/intern/wm_window.c (+1, -1) (Diff)