* Zooms out of the globe. * @param action Pointer to an action. */
| 307 | * @param action Pointer to an action. |
| 308 | */ |
| 309 | void SelectDestinationState::btnZoomOutLeftClick(Action *) |
| 310 | { |
| 311 | _globe->zoomOut(); |
| 312 | } |
| 313 | |
| 314 | /** |
| 315 | * Zooms the globe minimum. |