* Zooms the globe minimum. * @param action Pointer to an action. */
| 360 | * @param action Pointer to an action. |
| 361 | */ |
| 362 | void BuildNewBaseState::btnZoomOutRightClick(Action *) |
| 363 | { |
| 364 | _globe->zoomMin(); |
| 365 | } |
| 366 | |
| 367 | /** |
| 368 | * Returns to the previous screen. |