MCPcopy 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
101void Canvas::ResetScrollbars(){
102 sBarVert.ResetScrollBar(bounds.size.y - 16, surface.height);
103 sBarHor.ResetScrollBar(bounds.size.x - 16, surface.width);
104}

Callers 1

LoadImageFunction · 0.80

Calls 1

ResetScrollBarMethod · 0.80

Tested by

no test coverage detected