From a111204ca968f11dc8c190399047165863080de7 Mon Sep 17 00:00:00 2001 From: Campbell Barton Date: Wed, 6 Mar 2019 11:11:08 +1100 Subject: WM: match select all behavior for the info space Adds select invert to the operator. D4454 by @Poulpator --- source/blender/editors/space_info/info_intern.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'source/blender/editors/space_info/info_intern.h') diff --git a/source/blender/editors/space_info/info_intern.h b/source/blender/editors/space_info/info_intern.h index 83a132e6db8..7903a462ce1 100644 --- a/source/blender/editors/space_info/info_intern.h +++ b/source/blender/editors/space_info/info_intern.h @@ -53,7 +53,7 @@ void info_textview_main(struct SpaceInfo *sinfo, struct ARegion *ar, struct Repo /* info_report.c */ int info_report_mask(struct SpaceInfo *sinfo); void INFO_OT_select_pick(struct wmOperatorType *ot); /* report selection */ -void INFO_OT_select_all_toggle(struct wmOperatorType *ot); +void INFO_OT_select_all(struct wmOperatorType *ot); void INFO_OT_select_box(struct wmOperatorType *ot); void INFO_OT_report_replay(struct wmOperatorType *ot); -- cgit v1.2.3