| 4257 | } |
| 4258 | |
| 4259 | void IGFD::FileDialog::m_EndFileColorIconStyle(const bool vShowColor, ImFont* vFont) { |
| 4260 | if (vFont) { |
| 4261 | ImGui::PopFont(); |
| 4262 | } |
| 4263 | if (vShowColor) { |
| 4264 | ImGui::PopStyleColor(); |
| 4265 | } |
| 4266 | } |
| 4267 | |
| 4268 | void IGFD::FileDialog::m_drawColumnText(int /*vColIdx*/, const char* vFmt, const char* vLabel, bool /*vSelected*/, bool /*vHovered*/) { |
| 4269 | ImGui::Text(vFmt, vLabel); |
nothing calls this directly
no outgoing calls
no test coverage detected