Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/LemonOSProject/LemonOS
/ ResetScrollbars
Method
ResetScrollbars
Applications/LemonPaint/canvas.cpp:101–104 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
99
}
100
101
void Canvas::ResetScrollbars(){
102
sBarVert.ResetScrollBar(bounds.size.y - 16, surface.height);
103
sBarHor.ResetScrollBar(bounds.size.x - 16, surface.width);
104
}
Callers
1
LoadImage
Function · 0.80
Calls
1
ResetScrollBar
Method · 0.80
Tested by
no test coverage detected