1 |
2003-05-30 Bernhard Herzog <[email protected]> |
2003-05-30 Bernhard Herzog <[email protected]> |
2 |
|
|
3 |
|
* Thuban/UI/legend.py (LegendTree.__init__): New instance variable |
4 |
|
changing_selection to indicate whether the LegendTree code itself |
5 |
|
is currently changing the selection |
6 |
|
(LegendTree.normalize_selection): New method to normalize the |
7 |
|
selection by selecting the layer item even if the user clicked on |
8 |
|
the classification. |
9 |
|
(LegendTree._OnSelChanged): normalize the selection. This works |
10 |
|
around a bug in wx which doesn't keep track of the selection |
11 |
|
properly when subtrees are deleted. |
12 |
|
|
13 |
|
2003-05-30 Bernhard Herzog <[email protected]> |
14 |
|
|
15 |
* Thuban/UI/view.py (MapCanvas.set_view_transform): Limit the |
* Thuban/UI/view.py (MapCanvas.set_view_transform): Limit the |
16 |
maximum and minimum scale factors. |
maximum and minimum scale factors. |
17 |
|
|