[Bf-blender-cvs] [b7bdae53047] greasepencil-object: Adapt code after merge

Antonio Vazquez noreply at git.blender.org
Fri Jun 22 16:54:06 CEST 2018


Commit: b7bdae53047d047b86bd830bc40b227457cd6be1
Author: Antonio Vazquez
Date:   Fri Jun 22 16:53:50 2018 +0200
Branches: greasepencil-object
https://developer.blender.org/rBb7bdae53047d047b86bd830bc40b227457cd6be1

Adapt code after merge

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

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

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

diff --git a/source/blender/editors/space_outliner/outliner_draw.c b/source/blender/editors/space_outliner/outliner_draw.c
index 8e402c5097e..7679de3b975 100644
--- a/source/blender/editors/space_outliner/outliner_draw.c
+++ b/source/blender/editors/space_outliner/outliner_draw.c
@@ -1262,7 +1262,7 @@ static void tselem_draw_icon(
 					}
 					break;
 				case OB_GPENCIL:
-					tselem_draw_icon_uibut(&arg, ICON_OUTLINER_OB_GREASEPENCIL);
+					ICON_CLICK_DRAW(ICON_OUTLINER_OB_GREASEPENCIL); break;
 					break;
 			}
 		}



More information about the Bf-blender-cvs mailing list