[Bf-blender-cvs] [3958c90871b] soc-2019-outliner: Outliner comment cleanup

Nathan Craddock noreply at git.blender.org
Fri Jul 19 23:32:04 CEST 2019


Commit: 3958c90871b7ad7b4420052c31193760b618d6b3
Author: Nathan Craddock
Date:   Fri Jul 19 15:31:36 2019 -0600
Branches: soc-2019-outliner
https://developer.blender.org/rB3958c90871b7ad7b4420052c31193760b618d6b3

Outliner comment cleanup

===================================================================

M	source/blender/editors/space_outliner/outliner_select.c

===================================================================

diff --git a/source/blender/editors/space_outliner/outliner_select.c b/source/blender/editors/space_outliner/outliner_select.c
index 7b48d4a5bb0..821a6320558 100644
--- a/source/blender/editors/space_outliner/outliner_select.c
+++ b/source/blender/editors/space_outliner/outliner_select.c
@@ -1549,7 +1549,7 @@ static int outliner_box_select_exec(bContext *C, wmOperator *op)
   return OPERATOR_FINISHED;
 }
 
-/* Find if x coordinate of TreeElement is over an icon or name */
+/* Find if x coordinate is over an icon or name */
 static bool outliner_item_is_co_over_name_icons(TreeElement *te, float view_co_x)
 {
   /* Special case: count area left of Scene Collection as empty space */



More information about the Bf-blender-cvs mailing list