Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
}
2078
void MapEditorController::zoomOut()
2079
{
2080
main_view->zoomSteps(-1);
2081
}
2082
void MapEditorController::setCustomZoomFactorClicked()
2083
{
2084
bool ok;
Callers
nothing calls this directly
Calls
1
zoomSteps
Method · 0.80
Tested by
no test coverage detected