| 1376 | } |
| 1377 | |
| 1378 | inline void EndDisabledControls(bool cond) { |
| 1379 | if (cond) { |
| 1380 | ImGui::PopItemFlag(); |
| 1381 | ImGui::PopStyleVar(); |
| 1382 | } |
| 1383 | } |
| 1384 | |
| 1385 | void ShowAxisContextMenu(ImPlotAxis& axis, ImPlotAxis* equal_axis, bool /*time_allowed*/) { |
| 1386 |
no test coverage detected