Skip to content

Commit 1a4966c

Browse files
committed
update imgui
1 parent cd5d354 commit 1a4966c

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
@@ -4198,7 +4198,7 @@ void IGFD::FileDialog::m_BeginFileColorIconStyle(std::shared_ptr<FileInfos> vFil
41984198
vOutStr += " " + vFileInfos->fileNameExt;
41994199

42004200
if (vOutShowColor) ImGui::PushStyleColor(ImGuiCol_Text, vFileInfos->fileStyle->color);
4201-
if (*vOutFont) ImGui::PushFont(*vOutFont);
4201+
if (*vOutFont) ImGui::PushFont(*vOutFont, 0.0f);
42024202
}
42034203

42044204
void IGFD::FileDialog::m_EndFileColorIconStyle(const bool vShowColor, ImFont* vFont) {

0 commit comments

Comments
 (0)