MCPcopy Create free account
hub / github.com/LemonOSProject/LemonOS / UpdateFixedBounds

Method UpdateFixedBounds

Applications/Shell/menu.cpp:160–164  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

158 }
159
160 void UpdateFixedBounds(){
161 Widget::UpdateFixedBounds();
162
163 label.SetPos(fixedBounds.pos + (vector2i_t){2, fixedBounds.size.y / 2});
164 }
165};
166
167void OnPaint(surface_t* surface){

Callers

nothing calls this directly

Calls 1

SetPosMethod · 0.80

Tested by

no test coverage detected