Blender Git Loki
Git Commits -> Revision 6b8c5f4
Revision 6b8c5f4 by Mateusz Grzeliński (soc-2020-info-editor) August 17, 2020, 15:47 (GMT) |
Fix info editor: select what see Before this change it was possible for list to update while you were selecting log. This resulted in unexpected selection shift. It was also possible with logs, although very unlikely. |
Commit Details:
Full Hash: 6b8c5f49a4d78263ef03c1d88f9aeb87cf273567
Parent Commit: ef3d2a0
Lines Changed: +75, -37
6 Modified Paths:
/source/blender/editors/space_info/info_clog.c (+12, -10) (Diff)
/source/blender/editors/space_info/info_draw.c (+27, -7) (Diff)
/source/blender/editors/space_info/info_intern.h (+8, -4) (Diff)
/source/blender/editors/space_info/info_report.c (+10, -11) (Diff)
/source/blender/editors/space_info/space_info.c (+9, -3) (Diff)
/source/blender/makesdna/DNA_space_types.h (+9, -2) (Diff)
/source/blender/editors/space_info/info_draw.c (+27, -7) (Diff)
/source/blender/editors/space_info/info_intern.h (+8, -4) (Diff)
/source/blender/editors/space_info/info_report.c (+10, -11) (Diff)
/source/blender/editors/space_info/space_info.c (+9, -3) (Diff)
/source/blender/makesdna/DNA_space_types.h (+9, -2) (Diff)