We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4a10cb4 commit dba9ab7Copy full SHA for dba9ab7
1 file changed
ImGuiFileDialog.cpp
@@ -4201,7 +4201,7 @@ void IGFD::FileDialog::m_BeginFileColorIconStyle(std::shared_ptr<FileInfos> vFil
4201
ImGui::PushStyleColor(ImGuiCol_Text, vFileInfos->fileStyle->color);
4202
}
4203
if (*vOutFont) {
4204
-#ifdef IMGUI_VERSION_NUM < 19201
+#if IMGUI_VERSION_NUM < 19201
4205
ImGui::PushFont(*vOutFont);
4206
#else
4207
ImGui::PushFont(*vOutFont, 0.0f);
0 commit comments