[Bf-blender-cvs] [5bbb8a0] master: Ugh, forgot to invert that one in previous commit, sorry for the noise...

Bastien Montagne noreply at git.blender.org
Wed Jan 7 12:46:54 CET 2015


Commit: 5bbb8a0d9d261ec5af992525d22242fc5ae82e55
Author: Bastien Montagne
Date:   Wed Jan 7 12:46:18 2015 +0100
Branches: master
https://developer.blender.org/rB5bbb8a0d9d261ec5af992525d22242fc5ae82e55

Ugh, forgot to invert that one in previous commit, sorry for the noise...

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

M	source/blender/editors/interface/interface_icons.c

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

diff --git a/source/blender/editors/interface/interface_icons.c b/source/blender/editors/interface/interface_icons.c
index bebc515..ac9abe8 100644
--- a/source/blender/editors/interface/interface_icons.c
+++ b/source/blender/editors/interface/interface_icons.c
@@ -1189,7 +1189,7 @@ static void ui_id_brush_render(const bContext *C, ID *id)
 		/* check if rect needs to be created; changed
 		 * only set by dynamic icons */
 		if ((pi->changed[i] || !pi->rect[i])) {
-			icon_set_image(C, id, pi, i, false);
+			icon_set_image(C, id, pi, i, true);
 			pi->changed[i] = 0;
 		}
 	}




More information about the Bf-blender-cvs mailing list