1 |
2003-06-16 Jonathan Coles <[email protected]> |
2003-06-16 Frank Koormann <[email protected]> |
2 |
|
|
3 |
|
Fix problem of hidden properties dialog under windows after double |
4 |
|
click on layer tree: |
5 |
|
The tree control always gets an Expanded / Collapsed event after |
6 |
|
the ItemActivated on double click, which raises the main window again. We add a second ItemActivated event to the queue, which simply |
7 |
|
raises the already displayed window. |
8 |
|
|
9 |
|
* Thuban/UI/legend.py (LegendTree.__init__): Instance variable |
10 |
|
raiseProperties initialized to prevent endless loops |
11 |
|
(LegendTree._OnItemActivated): Depending on self.raiseProperties |
12 |
|
simply raise the properties or open the dialog and issue a second |
13 |
|
event. |
14 |
|
|
15 |
|
2003-06-16 Frank Koormann <[email protected]> |
16 |
|
|
17 |
* Thuban/UI/view.py (MapCanvas.set_view_transform): Set max_scale to |
* Thuban/UI/view.py (MapCanvas.set_view_transform): Set max_scale to |
18 |
2147483648.0 / max_len (which is sufficient for GREAT-ER). |
2147483648.0 / max_len (which is sufficient for GREAT-ER). |