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 0a74b05 commit c3c13f4Copy full SHA for c3c13f4
ImFileDialog.cpp
@@ -24,7 +24,7 @@
24
#include <pwd.h>
25
#endif
26
27
-#define ICON_SIZE ImGui::GetFont()->FontSize + 3
+#define ICON_SIZE ImGui::GetFontSize() + 3
28
#define GUI_ELEMENT_SIZE std::max(GImGui->FontSize + 10.f, 24.f)
29
#define DEFAULT_ICON_SIZE 32
30
#define PI 3.141592f
0 commit comments