Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCampbell Barton <ideasman42@gmail.com>2019-03-06 03:11:08 +0300
committerCampbell Barton <ideasman42@gmail.com>2019-03-06 03:12:27 +0300
commita111204ca968f11dc8c190399047165863080de7 (patch)
treeca8abae594fe4fd656a5694799e863e73c5a20f0 /source/blender/editors/space_info/info_intern.h
parent85b667716aab76e08a5387e03197c7a068ba7a58 (diff)
WM: match select all behavior for the info space
Adds select invert to the operator. D4454 by @Poulpator
Diffstat (limited to 'source/blender/editors/space_info/info_intern.h')
-rw-r--r--source/blender/editors/space_info/info_intern.h2
1 files changed, 1 insertions, 1 deletions
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);