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:
authorWilliam Reynish <billreynish>2018-07-02 18:36:51 +0300
committerBrecht Van Lommel <brechtvanlommel@gmail.com>2018-07-02 18:40:20 +0300
commitac8b641b77e08e551a37feb7394349bbd1f0bbee (patch)
tree688e69115dd7d2c3a6b1c92a3abd0ab0deebb57d /source/blender/editors/space_outliner
parentae6872e26f3732d632212d9940ed5abc0b6ad0ce (diff)
Outliner: remove view menu, move more into RMB context menu and filter popover.
Diffstat (limited to 'source/blender/editors/space_outliner')
-rw-r--r--source/blender/editors/space_outliner/outliner_tools.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/blender/editors/space_outliner/outliner_tools.c b/source/blender/editors/space_outliner/outliner_tools.c
index 16abed60414..9952db5e652 100644
--- a/source/blender/editors/space_outliner/outliner_tools.c
+++ b/source/blender/editors/space_outliner/outliner_tools.c
@@ -1898,7 +1898,7 @@ static int do_outliner_operation_event(bContext *C, ARegion *ar, SpaceOops *soop
}
}
- return OPERATOR_CANCELLED;
+ return 0;
}
for (te = te->subtree.first; te; te = te->next) {