Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/bfbbdecomp/bfbb
/ refresh
Method
refresh
src/SB/Core/x/xFont.cpp:1466–1473 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
1464
}
1465
1466
void xtextbox::layout::refresh(const xtextbox& tb, bool force)
1467
{
1468
if (force || changed(tb))
1469
{
1470
this->tb = tb;
1471
calc(tb, 0);
1472
}
1473
}
1474
1475
void xtextbox::layout::refresh_end(const xtextbox& tb)
1476
{
Callers
1
setup
Method · 0.45
Calls
2
changed
Function · 0.85
calc
Function · 0.85
Tested by
no test coverage detected