Blender Git Loki
Git Commits -> Revision aacdf55
Revision aacdf55 by Julian Eisel (master) January 10, 2020, 13:28 (GMT) |
Cleanup: ARegion.sizex/y should not be used to access region size This should only be used to change and recalculate region sizes in a DPI independent way. To get the size with DPI applied, ARegion.winx/y should be used instead. Added note on this in comment. |
Commit Details:
Full Hash: aacdf55a50d8b9a0a95dd191a66deb7b58edca0b
Parent Commit: c91ebcd
Lines Changed: +10, -20
6 Modified Paths:
/source/blender/editors/animation/time_scrub_ui.c (+3, -3) (Diff)
/source/blender/editors/space_clip/space_clip.c (+1, -5) (Diff)
/source/blender/editors/space_graph/graph_edit.c (+1, -1) (Diff)
/source/blender/editors/space_graph/space_graph.c (+1, -5) (Diff)
/source/blender/editors/space_sequencer/sequencer_draw.c (+1, -5) (Diff)
/source/blender/makesdna/DNA_screen_types.h (+3, -1) (Diff)
/source/blender/editors/space_clip/space_clip.c (+1, -5) (Diff)
/source/blender/editors/space_graph/graph_edit.c (+1, -1) (Diff)
/source/blender/editors/space_graph/space_graph.c (+1, -5) (Diff)
/source/blender/editors/space_sequencer/sequencer_draw.c (+1, -5) (Diff)
/source/blender/makesdna/DNA_screen_types.h (+3, -1) (Diff)