| 133 | } |
| 134 | |
| 135 | void processJsonUiPendingUpdates() FL_NOEXCEPT { |
| 136 | // Force immediate processing of any pending UI updates (for testing) |
| 137 | auto& manager = getInternalManager(); |
| 138 | if (manager) { |
| 139 | // If we have a manager, ask it to process updates immediately |
| 140 | manager->processPendingUpdates(); |
| 141 | } |
| 142 | // If no manager exists, there are no pending updates to process |
| 143 | } |
| 144 | |
| 145 | } // namespace fl |
no test coverage detected