Blender Git Commit Log
Git Commits -> Revision 7ba971d
Revision 7ba971d by Philipp Oeser (master) November 11, 2020, 09:18 (GMT) |
Fix T82553: Outliner F2 renaming issue when item is out of view - scrolling would be restricted (usually, if the object to be renamed is in view, this prevents scrolling away without finishing the rename operation) - renaming by typing and confirming with Enter was not possible (you would have to escape, scroll to the object and use F2 again) - other shortcuts like A and H are still active instead of being handled as text input Avoid all these issue by forcing the item into view using outliner_show_active / outliner_scroll_view. Maniphest Tasks: T82553 Differential Revision: https://developer.blender.org/D9521 |
Commit Details:
Full Hash: 7ba971d6d855034d5a8f0e8dab1bcd892b5aabd3
Parent Commit: 2d48f3e
Lines Changed: +13, -0
1 Modified Path:
/source/blender/editors/space_outliner/outliner_edit.c (+13, -0) (Diff)