'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:
Joshua Leung
2007-05-25 11:14:58 +00:00
parent 1f3d1b10f0
commit 810867b6d8

View File

@@ -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);
}
}
}