* Zooms the globe maximum. * @param action Pointer to an action. */
| 298 | * @param action Pointer to an action. |
| 299 | */ |
| 300 | void SelectDestinationState::btnZoomInRightClick(Action *) |
| 301 | { |
| 302 | _globe->zoomMax(); |
| 303 | } |
| 304 | |
| 305 | /** |
| 306 | * Zooms out of the globe. |