Bug #493
Regression in WVMLImage due to fix for #448
| Status: | Closed | Start: | 09/01/2010 | |
|---|---|---|---|---|
| Priority: | High | Due date: | ||
| Assigned to: | Koen Deforche | % Done: | 0% |
|
| Category: | - | |||
| Target version: | - |
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_.
History
Updated by Koen Deforche over 1 year ago
- Assigned to set to Koen Deforche
Updated by Koen Deforche over 1 year ago
- Status changed from New to Resolved