Log Message: |
Backport from HEAD: Make sure the region used to determine which
shapes are visible actually matches the region on the printed
page. If this isn't done properly some shapes might not be
printed.
Fixes RT #2692
* Thuban/UI/view.py (MapPrintout.draw_on_dc): The region for the
renderer has to be at the same position as the mapregion
* Thuban/UI/renderer.py (ExportRenderer.RenderMap): self.region
has to be moved by (self.shiftx, self.shifty) too.
|