1 |
|
2003-04-02 Bernhard Herzog <[email protected]> |
2 |
|
|
3 |
|
* Thuban/UI/application.py (ThubanApplication.OpenSession): Make |
4 |
|
sure the filename is absolute to avoid problems when saving the |
5 |
|
session again |
6 |
|
|
7 |
|
* Thuban/Model/table.py: Remove unnecessary import. Fix a typo. |
8 |
|
|
9 |
2003-04-01 Jonathan Coles <[email protected]> |
2003-04-01 Jonathan Coles <[email protected]> |
10 |
|
|
11 |
* Thuban/UI/renderer.pyi (MapRenderer.draw_point_shape): Check |
* Thuban/UI/renderer.py (MapRenderer.draw_point_shape): Check |
12 |
that there actually are points in the returned list of points |
that there actually are points in the returned list of points |
13 |
before trying to index into the list. The list may be empty if |
before trying to index into the list. The list may be empty if |
14 |
the shape is a Null Shape. |
the shape is a Null Shape. |