* Zooms out of the globe. * @param action Pointer to an action. */
| 351 | * @param action Pointer to an action. |
| 352 | */ |
| 353 | void BuildNewBaseState::btnZoomOutLeftClick(Action *) |
| 354 | { |
| 355 | _globe->zoomOut(); |
| 356 | } |
| 357 | |
| 358 | /** |
| 359 | * Zooms the globe minimum. |