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

Method zoomOut

src/gui/map/map_editor.cpp:2078–2081  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2076 main_view->zoomSteps(1);
2077}
2078void MapEditorController::zoomOut()
2079{
2080 main_view->zoomSteps(-1);
2081}
2082void MapEditorController::setCustomZoomFactorClicked()
2083{
2084 bool ok;

Callers

nothing calls this directly

Calls 1

zoomStepsMethod · 0.80

Tested by

no test coverage detected