Fix dialog image rendering in certain situations.

SVN revision: 26594
This commit is contained in:
Kim Woelders 2006-10-14 08:09:59 +00:00
parent 54d23f45ea
commit 2b8e087aeb
1 changed files with 1 additions and 0 deletions

View File

@ -1227,6 +1227,7 @@ DialogRealizeItem(Dialog * d, DItem * di)
EImageRenderPixmaps(im, di->win, &pmap, &mask, 0, 0);
ESetWindowBackgroundPixmap(di->win, pmap);
EShapeCombineMask(di->win, ShapeBounding, 0, 0, mask, ShapeSet);
EClearWindow(di->win);
EImagePixmapFree(pmap);
EImageFree(im);
}