Blender Git Loki
Git Commits -> Revision ee120d6
Revision ee120d6 by Bastien Montagne (master) December 5, 2017, 21:34 (GMT) |
Fix T53476: File Browser: Selection Issue with 'fill' option. Fill-selection would only go upward in list of items to find an already selected one and fill-select all items in-between. Now, in case upward search fails, it will also intent to go downward, effectiviely allowing to 'fill-select' from bottom to top. Note that top-to-bottom keeps priority (i.e. if a top-to-bottom fill-selection is possible, it will always happen, even if a bottom-to-top one is also possible). |
Commit Details:
Full Hash: ee120d6293fefec25d762b069d813440f3e54ee5
Parent Commit: 855799e
Lines Changed: +13, -3
1 Modified Path:
/source/blender/editors/space_file/file_ops.c (+13, -3) (Diff)