1 |
|
2003-10-22 Bernhard Herzog <[email protected]> |
2 |
|
|
3 |
|
Some more tweaks to the projection dialog which should fix RT |
4 |
|
#1886. |
5 |
|
|
6 |
|
* Thuban/UI/projlist.py (ProjectionList.Destroy): Unsubscribe from |
7 |
|
the ProjFile's messages and call the base class methods correctly |
8 |
|
(ProjectionList.SelectProjection): Set the wxLIST_STATE_FOCUSED |
9 |
|
flag on the newly selected item too. Otherwise some other item is |
10 |
|
focused and the first time the focus is moved with the keyboard |
11 |
|
the selection moves in unexpected ways. |
12 |
|
|
13 |
|
* Thuban/UI/projdialog.py (ProjFrame.__init__): Do not set the |
14 |
|
focus on the OK button, only on the projection list. That way the |
15 |
|
list really has the focus initially |
16 |
|
(ProjFrame.OnClose): Call the projection list's Destroy method to |
17 |
|
make it unsubscribe all messages |
18 |
|
|
19 |
2003-10-21 Bernhard Herzog <[email protected]> |
2003-10-21 Bernhard Herzog <[email protected]> |
20 |
|
|
21 |
Rework the projection dialog to fix a few bugs, including RT 2166 |
Rework the projection dialog to fix a few bugs, including RT 2166 |