Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/OpenOrienteering/mapper
/ updateDirtyRectImpl
Method
updateDirtyRectImpl
src/tools/scale_tool.cpp:182–186 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
180
181
182
int ScaleTool::updateDirtyRectImpl(QRectF& rect)
183
{
184
rectIncludeSafe(rect, scaling_center);
185
return 5;
186
}
187
188
189
Callers
nothing calls this directly
Calls
1
rectIncludeSafe
Function · 0.85
Tested by
no test coverage detected