Fix cleanup in EBRUSHOBJ_vUpdate, that I commented out for testing purposes.

svn path=/trunk/; revision=41856
This commit is contained in:
Timo Kreuzer 2009-07-11 01:05:05 +00:00
parent aede9079c6
commit 635703bc86

View file

@ -219,7 +219,7 @@ NTAPI
EBRUSHOBJ_vUpdate(EBRUSHOBJ *pebo, PBRUSH pbrush, PDC pdc)
{
/* Cleanup the brush */
// EBRUSHOBJ_vCleanup(pebo);
EBRUSHOBJ_vCleanup(pebo);
/* Reinitialize */
EBRUSHOBJ_vInit(pebo, pbrush, pdc);