1 |
2003-08-25 Bernhard Herzog <[email protected]> |
2003-08-25 Bernhard Herzog <[email protected]> |
2 |
|
|
3 |
|
* Thuban/UI/view.py (MapCanvas.OnLeftUp): Release the the mouse |
4 |
|
before calling MouseLeftUp. MouseLeftUp may pop up modal dialogs |
5 |
|
which leads to an effectively frozen X session because the user |
6 |
|
can only interact with the dialog but the mouse is still grabbed |
7 |
|
by the canvas. |
8 |
|
Also, call the tool's Hide method before MouseLeftUp because |
9 |
|
MouseLeftUp may change the tool's coordinates. |
10 |
|
|
11 |
|
2003-08-25 Bernhard Herzog <[email protected]> |
12 |
|
|
13 |
* Thuban/UI/application.py (ThubanApplication.OpenSession): Catch |
* Thuban/UI/application.py (ThubanApplication.OpenSession): Catch |
14 |
LoadCancelled exceptions and handle them by returning immediately. |
LoadCancelled exceptions and handle them by returning immediately. |
15 |
|
|