1 |
|
2003-06-16 Jonathan Coles <[email protected]> |
2 |
|
|
3 |
|
Fix a problem under Windows whereby if the user double-clicks on a |
4 |
|
layer in the legend that tree item will expand or collapse as well |
5 |
|
as open the layer properties dialog. The state of the tree item |
6 |
|
should not be affected. |
7 |
|
|
8 |
|
* Thuban/UI/legend.py (LegendTree.__init__): Add instance variable |
9 |
|
preventExpandCollapse and subscribe to expanding and collapsing |
10 |
|
events. |
11 |
|
(LegendTree.OnItemExpandCollapse): New. Responds to expanding and |
12 |
|
collapsing events and will veto the event if it has been triggered |
13 |
|
by the user double clicking on a layer. |
14 |
|
(LegendTree._OnItemActivated): Set preventExpandCollapse to indicate |
15 |
|
that an expanding/collapsing event should be vetoed. |
16 |
|
|
17 |
2003-06-13 Bernhard Herzog <[email protected]> |
2003-06-13 Bernhard Herzog <[email protected]> |
18 |
|
|
19 |
* Thuban/UI/classifier.py (Classifier.OnClose) |
* Thuban/UI/classifier.py (Classifier.OnClose) |