1 |
2003-04-17 Bernhard Herzog <[email protected]> |
2003-04-17 Bernhard Herzog <[email protected]> |
2 |
|
|
3 |
|
* Thuban/Model/layer.py: Don't import LAYER_LEGEND_CHANGED. |
4 |
|
(Layer): Update doc-string since LAYER_LEGEND_CHANGED is not used |
5 |
|
anymore. |
6 |
|
(Layer.BoundingBox, Layer.GetFieldType, Layer.NumShapes) |
7 |
|
(Layer.ShapeType, Layer.Shape): No need to call |
8 |
|
self.open_shapefile since it's always called in __init__ |
9 |
|
|
10 |
* Thuban/UI/application.py (ThubanApplication.MainLoop): Removed. |
* Thuban/UI/application.py (ThubanApplication.MainLoop): Removed. |
11 |
In wxPython 2.4 there's no need to extend MainLoop anymore since |
In wxPython 2.4 there's no need to extend MainLoop anymore since |
12 |
wxPython itself makes sure OnExit is called. |
wxPython itself makes sure OnExit is called. |