Skip to content

Commit d8aaf0e

Browse files
committed
[OPT] : opti
1 parent 84ed966 commit d8aaf0e

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

ImGuiFileDialog.cpp

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4182,7 +4182,7 @@ namespace IGFD
41824182
}
41834183
else
41844184
{
4185-
ImGui::Text("");
4185+
ImGui::TextUnformatted("");
41864186
}
41874187
}
41884188
if (ImGui::TableNextColumn()) // file date + time
@@ -4399,7 +4399,7 @@ namespace IGFD
43994399
}
44004400
else
44014401
{
4402-
ImGui::Text("");
4402+
ImGui::TextUnformatted("");
44034403
}
44044404
}
44054405
if (ImGui::TableNextColumn()) // file date + time

0 commit comments

Comments
 (0)