* Zooms the globe maximum. * @param action Pointer to an action. */
| 342 | * @param action Pointer to an action. |
| 343 | */ |
| 344 | void BuildNewBaseState::btnZoomInRightClick(Action *) |
| 345 | { |
| 346 | _globe->zoomMax(); |
| 347 | } |
| 348 | |
| 349 | /** |
| 350 | * Zooms out of the globe. |