Blender Git Commit Log
Git Commits -> Revision 87ac3d1
Revision 87ac3d1 by Philipp Oeser (master) October 29, 2019, 15:51 (GMT) |
Fix T70905: Image Editor header hides mask, cache and keyframe info if flipped to bottom While flipping the header to bottom works in the MCE (because MCE doesnt allow overlapping UI) we need to take the regions visible rect into account for the Image Editor. Also correct clickable scubbing area (poll for frame_change) in the Image Editor and the MovieClip Editor not taking UI_DPI_FAC into account. Maniphest Tasks: T70905 Differential Revision: https://developer.blender.org/D6090 |
Commit Details:
Full Hash: 87ac3d14b29d61d74b9aee2296f5b9892e2aa4a0
Parent Commit: aa841e2
Lines Changed: +35, -16
6 Modified Paths:
/source/blender/editors/include/ED_screen.h (+3, -6) (Diff)
/source/blender/editors/mask/mask_draw.c (+7, -2) (Diff)
/source/blender/editors/screen/area.c (+12, -4) (Diff)
/source/blender/editors/space_clip/clip_ops.c (+1, -1) (Diff)
/source/blender/editors/space_image/image_draw.c (+6, -2) (Diff)
/source/blender/editors/space_image/image_ops.c (+6, -1) (Diff)
/source/blender/editors/mask/mask_draw.c (+7, -2) (Diff)
/source/blender/editors/screen/area.c (+12, -4) (Diff)
/source/blender/editors/space_clip/clip_ops.c (+1, -1) (Diff)
/source/blender/editors/space_image/image_draw.c (+6, -2) (Diff)
/source/blender/editors/space_image/image_ops.c (+6, -1) (Diff)