Fix #32576: missing image editor update when entering edit mode with UV textures.

This commit is contained in:
Brecht Van Lommel
2012-09-19 17:09:14 +00:00
parent 2e80d9ccc0
commit f12d698ead

View File

@@ -438,6 +438,10 @@ static void image_listener(ScrArea *sa, wmNotifier *wmn)
ED_area_tag_redraw(sa);
break;
case ND_MODE:
if (wmn->subtype == NS_EDITMODE_MESH)
ED_area_tag_refresh(sa);
ED_area_tag_redraw(sa);
break;
case ND_RENDER_RESULT:
case ND_RENDER_OPTIONS:
case ND_COMPO_RESULT: