Fix #20118: uv editor, changing active face did not change image.

This commit is contained in:
Brecht Van Lommel 2009-12-14 18:15:48 +00:00
parent 77c539458a
commit 6e1e8a66bb

@ -305,6 +305,7 @@ static void image_listener(ScrArea *sa, wmNotifier *wmn)
switch(wmn->data) {
case ND_DATA:
case ND_SELECT:
ED_area_tag_refresh(sa);
ED_area_tag_redraw(sa);
break;
}