From 113b8030ced92c23e33717dac97287f8792fd1cb Mon Sep 17 00:00:00 2001 From: Campbell Barton Date: Fri, 13 May 2022 16:09:04 +1000 Subject: Fix T89909: Circle Select tool status bar doesn't match the operations Assign get_name functions for select picking and circle select so modifier keys show the result of holding the modifiers. --- source/blender/editors/space_graph/graph_select.c | 1 + 1 file changed, 1 insertion(+) (limited to 'source/blender/editors/space_graph') diff --git a/source/blender/editors/space_graph/graph_select.c b/source/blender/editors/space_graph/graph_select.c index 39b980ac4c3..b8295150478 100644 --- a/source/blender/editors/space_graph/graph_select.c +++ b/source/blender/editors/space_graph/graph_select.c @@ -1080,6 +1080,7 @@ void GRAPH_OT_select_circle(wmOperatorType *ot) ot->exec = graph_circle_select_exec; ot->poll = graphop_visible_keyframes_poll; ot->cancel = WM_gesture_circle_cancel; + ot->get_name = ED_select_pick_get_name; /* flags */ ot->flag = OPTYPE_UNDO; -- cgit v1.2.3