Fix #32576: missing image editor update when entering edit mode with UV textures.
This commit is contained in:
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user