1 |
|
2005-03-29 Bernhard Herzog <[email protected]> |
2 |
|
|
3 |
|
* Thuban/UI/legend.py (BMP_SIZE_W, BMP_SIZE_H): Set both to 16 to |
4 |
|
match the site of the legend_icon_layer icon. Otherwise wxpython |
5 |
|
2.5 complains when the legend is created with the error: |
6 |
|
|
7 |
|
PyAssertionError: C++ assertion "(bitmap.GetWidth() == m_width && |
8 |
|
bitmap.GetHeight() == m_height) || (m_width == 0 && m_height == |
9 |
|
0)" failed in ./src/generic/imaglist.cpp(81): invalid bitmap size |
10 |
|
in wxImageList: this might work on this platform but definitely |
11 |
|
won't under Windows. |
12 |
|
|
13 |
2005-03-23 Jonathan Coles <[email protected]> |
2005-03-23 Jonathan Coles <[email protected]> |
14 |
|
|
15 |
These changes add support for adjusting the opacity of a raster layer. |
These changes add support for adjusting the opacity of a raster layer. |