Actions
Bug #3467
closedReset selected rectangles when page changes on VectorImageRasterization
Start date:
08/14/2008
Due date:
% Done:
0%
Estimated time:
Bugzilla-Id:
3467
Description
With the multiple selection interface now in place, we need to be able to reset the set of rectangles on a page change event within the VectorImageRasterization process. Otherwise old rectangles are drawn.
Updated by Ryan McFall about 16 years ago
This is fixed by the introduction of single selection mode to the Selector class. Since VectorImageRasterization now puts the selector into this mode, there won't be old rectangles drawn on different pages.
Actions