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 cd5d354 commit 1a4966cCopy full SHA for 1a4966c
1 file changed
ImGuiFileDialog.cpp
@@ -4198,7 +4198,7 @@ void IGFD::FileDialog::m_BeginFileColorIconStyle(std::shared_ptr<FileInfos> vFil
4198
vOutStr += " " + vFileInfos->fileNameExt;
4199
4200
if (vOutShowColor) ImGui::PushStyleColor(ImGuiCol_Text, vFileInfos->fileStyle->color);
4201
- if (*vOutFont) ImGui::PushFont(*vOutFont);
+ if (*vOutFont) ImGui::PushFont(*vOutFont, 0.0f);
4202
}
4203
4204
void IGFD::FileDialog::m_EndFileColorIconStyle(const bool vShowColor, ImFont* vFont) {
0 commit comments