Skip to content

Commit dba9ab7

Browse files
committed
[FIX] fix last commit related to ImGui::PushFont
1 parent 4a10cb4 commit dba9ab7

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

ImGuiFileDialog.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4201,7 +4201,7 @@ void IGFD::FileDialog::m_BeginFileColorIconStyle(std::shared_ptr<FileInfos> vFil
42014201
ImGui::PushStyleColor(ImGuiCol_Text, vFileInfos->fileStyle->color);
42024202
}
42034203
if (*vOutFont) {
4204-
#ifdef IMGUI_VERSION_NUM < 19201
4204+
#if IMGUI_VERSION_NUM < 19201
42054205
ImGui::PushFont(*vOutFont);
42064206
#else
42074207
ImGui::PushFont(*vOutFont, 0.0f);

0 commit comments

Comments
 (0)