[Bf-blender-cvs] [14d0aa728a4] blender2.8: Fix tool panel not refreshing when updating color

Dalai Felinto noreply at git.blender.org
Mon Oct 8 19:16:24 CEST 2018


Commit: 14d0aa728a41b73d150aa6bad88f014e9e7ff348
Author: Dalai Felinto
Date:   Mon Oct 8 15:40:18 2018 +0000
Branches: blender2.8
https://developer.blender.org/rB14d0aa728a41b73d150aa6bad88f014e9e7ff348

Fix tool panel not refreshing when updating color

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

M	source/blender/editors/space_buttons/space_buttons.c

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

diff --git a/source/blender/editors/space_buttons/space_buttons.c b/source/blender/editors/space_buttons/space_buttons.c
index 14ab00cbef5..7820012ad14 100644
--- a/source/blender/editors/space_buttons/space_buttons.c
+++ b/source/blender/editors/space_buttons/space_buttons.c
@@ -514,6 +514,7 @@ static void buttons_area_listener(
 			break;
 		case NC_BRUSH:
 			buttons_area_redraw(sa, BCONTEXT_TEXTURE);
+			buttons_area_redraw(sa, BCONTEXT_TOOL);
 			sbuts->preview = 1;
 			break;
 		case NC_TEXTURE:



More information about the Bf-blender-cvs mailing list