Fix [#19820] linking material nodes in node editor doesn't update the material preview

This commit is contained in:
Matt Ebb
2010-01-07 11:09:29 +00:00
parent 3d8b5860d9
commit 50305dfd65

View File

@@ -322,6 +322,7 @@ static void buttons_area_listener(ScrArea *sa, wmNotifier *wmn)
switch(wmn->data) {
case ND_SHADING:
case ND_SHADING_DRAW:
case ND_NODES:
/* currently works by redraws... if preview is set, it (re)starts job */
sbuts->preview= 1;
break;