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