From 23de16414ad6eeebab7d8840a6626c1fd7a6e08d Mon Sep 17 00:00:00 2001 From: Nathan Craddock Date: Tue, 5 Jan 2021 13:55:32 -0700 Subject: UI: Clarify descriptions in properties popover Updates the descriptions and labels for outliner sync in the properties editor popover to be more clear. Differential Revision: https://developer.blender.org/D10010 --- source/blender/editors/space_buttons/buttons_context.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'source/blender/editors/space_buttons') diff --git a/source/blender/editors/space_buttons/buttons_context.c b/source/blender/editors/space_buttons/buttons_context.c index 5f347451c4a..3efaff72637 100644 --- a/source/blender/editors/space_buttons/buttons_context.c +++ b/source/blender/editors/space_buttons/buttons_context.c @@ -756,7 +756,7 @@ bool ED_buttons_should_sync_with_outliner(const bContext *C, ScrArea *active_area = CTX_wm_area(C); const bool auto_sync = ED_area_has_shared_border(active_area, area) && sbuts->outliner_sync == PROPERTIES_SYNC_AUTO; - return auto_sync || sbuts->outliner_sync == PROPERTIES_SYNC_ON; + return auto_sync || sbuts->outliner_sync == PROPERTIES_SYNC_ALWAYS; } void ED_buttons_set_context(const bContext *C, -- cgit v1.2.3