* Zooms into the globe. * @param action Pointer to an action. */
| 1949 | * @param action Pointer to an action. |
| 1950 | */ |
| 1951 | void GeoscapeState::btnZoomInLeftClick(Action *) |
| 1952 | { |
| 1953 | _globe->zoomIn(); |
| 1954 | } |
| 1955 | |
| 1956 | /** |
| 1957 | * Zooms the globe maximum. |