MCPcopy Create free account
hub / github.com/ElectroZybr/LatticeLab / applyPendingUiScaleRefresh

Method applyPendingUiScaleRefresh

App/GUI/interface/interface.cpp:135–142  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

133}
134
135void Interface::applyPendingUiScaleRefresh() {
136 if (!pendingUiScaleRefresh_) {
137 return;
138 }
139
140 pendingUiScaleRefresh_ = false;
141 reloadUiFonts();
142}
143
144void Interface::syncWindowMetrics() {
145 int width = 0;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected