| 133 | } |
| 134 | |
| 135 | void Interface::applyPendingUiScaleRefresh() { |
| 136 | if (!pendingUiScaleRefresh_) { |
| 137 | return; |
| 138 | } |
| 139 | |
| 140 | pendingUiScaleRefresh_ = false; |
| 141 | reloadUiFonts(); |
| 142 | } |
| 143 | |
| 144 | void Interface::syncWindowMetrics() { |
| 145 | int width = 0; |
nothing calls this directly
no outgoing calls
no test coverage detected