1 |
|
2003-06-23 Jonathan Coles <[email protected]> |
2 |
|
|
3 |
|
* Thuban/UI/common.py (ThubanBeginBusyCursor): Call wxSafeYield |
4 |
|
to make sure that we don't create reentrant possibilities with |
5 |
|
wxYield. |
6 |
|
|
7 |
|
* Thuban/UI/view.py (MapCanvas.OnPaint): Call wxBeginBusyCursor() |
8 |
|
directly to avoid the wxSafeYield() call which generates an |
9 |
|
OnPaint event causing infinite recursion. Don't try to catch |
10 |
|
exception anymore. This was for before there were limits on map |
11 |
|
scaling. |
12 |
|
|
13 |
2003-06-23 Bernhard Herzog <[email protected]> |
2003-06-23 Bernhard Herzog <[email protected]> |
14 |
|
|
15 |
Bug fix for RT #1961: |
Bug fix for RT #1961: |