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

Method UpdateFixedBounds

Applications/TextEdit/exttextbox.cpp:51–60  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

49}
50
51void ExtendedTextBox::UpdateFixedBounds(){
52 Widget::UpdateFixedBounds();
53
54 textBoxBounds = fixedBounds;
55 textBoxBounds.pos.x += LINE_NUM_PANEL_WIDTH;
56 textBoxBounds.size.x -= LINE_NUM_PANEL_WIDTH;
57 normalBounds = fixedBounds;
58
59 ResetScrollBar();
60}

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected