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

This commit is contained in:
Bastien Montagne 2015-01-07 12:46:18 +01:00
parent 820b6b3731
commit 5bbb8a0d9d

@ -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;
}
}