1 |
2004-12-27 Russell Nelson <[email protected]> |
2004-12-27 Russell Nelson <[email protected]> |
2 |
|
|
3 |
* Middle button pans |
Middle mouse button pans. |
4 |
|
|
5 |
|
* Thuban/UI/view.py (MapCanvas.__init__): Subscribe also |
6 |
|
OnMiddleDown and OnMiddleUp events. |
7 |
|
(MapCanvas.OnMiddleDown): New. Activate the pan tool and remember the |
8 |
|
previously used tool. |
9 |
|
(MapCanvas.OnMiddleUp): New. Reactivate the remebered tool used before |
10 |
|
pressing the middle mouse button. |
11 |
|
|
12 |
2004-12-27 Jan-Oliver Wagner <[email protected]> |
2004-12-27 Jan-Oliver Wagner <[email protected]> |
13 |
|
|