Actions
Bug #493
closedRegression in WVMLImage due to fix for #448
Start date:
09/01/2010
Due date:
% Done:
0%
Estimated time:
Description
In the fix for bug #448, The following code was added to WVMLImage.C
if (!(paintFlags_ & PaintUpdate))
rendered_.str(std::string());
This needs to be placed before the StartClip function call as StartClip initializes the render coordinates into rendered_.
Updated by Koen Deforche over 14 years ago
Hey Thomas,
These are the best bug reports!
Thanks,
koen
Actions