Fix #33310: unnecessary redraw of outliner when editing materials and textures.

This commit is contained in:
2012-11-26 08:52:07 +00:00
parent 42c54bcd93
commit c91562d0ff
13 changed files with 20 additions and 18 deletions

View File

@@ -300,6 +300,7 @@ typedef struct wmNotifier {
/* NC_MATERIAL Material */
#define ND_SHADING (30<<16)
#define ND_SHADING_DRAW (31<<16)
#define ND_SHADING_LINKS (32<<16)
/* NC_LAMP Lamp */
#define ND_LIGHTING (40<<16)