'Hack' to fix bug #6718:
The Outliner didn't refresh after adding loading a new image from disk for use as an image texture.
This commit is contained in:
@@ -199,6 +199,7 @@ static void load_image_cb(char *str, void *ima_pp_v, void *iuser_v) /* called fr
|
||||
if(GS(tex->id.name)==ID_TE) {
|
||||
BIF_preview_changed(ID_TE);
|
||||
allqueue(REDRAWBUTSSHADING, 0);
|
||||
allqueue(REDRAWOOPS, 0);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user