From 8ce1a602627350bf986da5e3f60d9edd38006d52 Mon Sep 17 00:00:00 2001 From: Nathan Craddock Date: Sat, 20 Jun 2020 16:02:54 -0600 Subject: Fix T71812: Outliner walk navigation not activating Walk navigation used a separate flag to select the element. This is because activation and mode toggling were connected until rB702e00f91088 cleaned up the selection logic. Now walk navigation can activate objects and other elements without changing modes. This also addresses renaming in the outliner which did renaming from the active element, not the walk element. --- source/blender/editors/space_outliner/outliner_intern.h | 2 -- 1 file changed, 2 deletions(-) (limited to 'source/blender/editors/space_outliner/outliner_intern.h') diff --git a/source/blender/editors/space_outliner/outliner_intern.h b/source/blender/editors/space_outliner/outliner_intern.h index dae8f8a91ce..d691da6d11a 100644 --- a/source/blender/editors/space_outliner/outliner_intern.h +++ b/source/blender/editors/space_outliner/outliner_intern.h @@ -288,8 +288,6 @@ void outliner_object_mode_toggle(struct bContext *C, ViewLayer *view_layer, Base *base); -void outliner_set_walk_element(struct SpaceOutliner *soops, struct TreeStoreElem *tselem); - bool outliner_item_is_co_over_name_icons(const TreeElement *te, float view_co_x); bool outliner_item_is_co_within_close_toggle(const TreeElement *te, float view_co_x); -- cgit v1.2.3