1 |
2004-12-13 Bernhard Herzog <[email protected]> |
2004-12-13 Bernhard Herzog <[email protected]> |
2 |
|
|
3 |
|
Make sure the region used to determine which shapes are visible |
4 |
|
actually matches the region on the printed page. If this isn't |
5 |
|
done properly some shapes might not be printed. |
6 |
|
Fixes RT #2692 |
7 |
|
|
8 |
|
* Thuban/UI/view.py (MapPrintout.draw_on_dc): The region for the |
9 |
|
renderer has to be at the same position as the mapregion |
10 |
|
|
11 |
|
* Thuban/UI/renderer.py (ExportRenderer.RenderMap): self.region |
12 |
|
has to be moved by (self.shiftx, self.shifty) too. |
13 |
|
|
14 |
|
2004-12-13 Bernhard Herzog <[email protected]> |
15 |
|
|
16 |
* libraries/pyprojection/Projection.i: Work around a bug in the |
* libraries/pyprojection/Projection.i: Work around a bug in the |
17 |
generated python code which leads to exception in the __del__ |
generated python code which leads to exception in the __del__ |
18 |
method when the constructor fails. See the comments in the code |
method when the constructor fails. See the comments in the code |