| 866 | /* --- Zoom out button --- */ |
| 867 | |
| 868 | static CallBackFunction ToolbarZoomOutClick(Window *w) |
| 869 | { |
| 870 | if (DoZoomInOutWindow(ZOOM_OUT, GetMainWindow())) { |
| 871 | w->HandleButtonClick((_game_mode == GM_EDITOR) ? (WidgetID)WID_TE_ZOOM_OUT : (WidgetID)WID_TN_ZOOM_OUT); |
| 872 | } |
| 873 | return CBF_NONE; |
| 874 | } |
| 875 | |
| 876 | /* --- Rail button menu --- */ |
| 877 |
no test coverage detected