Fix for imageeditor's scopes not updating when changing the image.

This commit is contained in:
Xavier Thomas 2010-12-13 14:47:31 +00:00
parent 6402aedc1a
commit d241f2ed93

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