1 |
|
2001-09-10 Bernhard Herzog <[email protected]> |
2 |
|
|
3 |
|
* Thuban/UI/proj4dialog.py (Proj4Dialog.__init__): |
4 |
|
(Proj4Dialog.dialogLayout): Make the window resizable and set the |
5 |
|
size of the text control explicitly to make the sizers work on |
6 |
|
both Windows and X. |
7 |
|
|
8 |
2001-09-07 Bernhard Herzog <[email protected]> |
2001-09-07 Bernhard Herzog <[email protected]> |
9 |
|
|
10 |
* Thuban/UI/view.py (MapCanvas.find_shape_at):Add a new parameter |
* Thuban/UI/view.py (MapCanvas.find_shape_at):Add a new parameter |
11 |
that can limit the search to the currently selected layer. |
that can limit the search to the currently selected layer. |
12 |
(MapCanvas.SelectShapeAt): Make sure that the currently selected |
(MapCanvas.SelectShapeAt): Make sure that the currently selected |
13 |
layer stays selected even when no shape is found |
layer stays selected even when no shape is found |
14 |
|
(MapCanvas.FitRectToWindow): If the rect has zero with or zero |
15 |
|
height do nothing (avoids zero division errors) |
16 |
|
|
17 |
2001-09-06 Bernhard Herzog <[email protected]> |
2001-09-06 Bernhard Herzog <[email protected]> |
18 |
|
|