| 4665 | } |
| 4666 | |
| 4667 | void IGFD::FileDialog::m_DrawThumbnailsGridView(ImVec2 vSize) { |
| 4668 | if (ImGui::BeginChild("##thumbnailsGridsFiles", vSize)) { |
| 4669 | // todo |
| 4670 | } |
| 4671 | |
| 4672 | ImGui::EndChild(); |
| 4673 | } |
| 4674 | |
| 4675 | #endif |
| 4676 |
nothing calls this directly
no outgoing calls
no test coverage detected