MCPcopy Create free account
hub / github.com/OpenOrienteering/mapper / zoomIn

Method zoomIn

src/gui/map/map_editor.cpp:2074–2077  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2072}
2073
2074void MapEditorController::zoomIn()
2075{
2076 main_view->zoomSteps(1);
2077}
2078void MapEditorController::zoomOut()
2079{
2080 main_view->zoomSteps(-1);

Callers

nothing calls this directly

Calls 1

zoomStepsMethod · 0.80

Tested by

no test coverage detected