MCPcopy Create free account
hub / github.com/RevoSucks/BM64Recomp / apply_styles

Method apply_styles

src/ui/elements/ui_element.cpp:119–127  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

117}
118
119void Element::apply_styles() {
120 apply_style(this);
121
122 for (size_t i = 0; i < styles_counter.size(); i++) {
123 if (styles_counter[i] == 0) {
124 apply_style(styles[i]);
125 }
126 }
127}
128
129void Element::propagate_disabled(bool disabled) {
130 disabled_from_parent = disabled;

Callers

nothing calls this directly

Calls 1

sizeMethod · 0.45

Tested by

no test coverage detected