Windows: legacy SetWindowFontScale() is properly inherited by nested child windows. (#2701, #8138, #1018)

This commit is contained in:
ocornut
2025-01-16 19:08:39 +01:00
parent 4c64ba16c5
commit b7c27c5333
4 changed files with 10 additions and 3 deletions
+1 -1
View File
@@ -29,7 +29,7 @@
// Library Version
// (Integer encoded as XYYZZ for use in #if preprocessor conditionals, e.g. '#if IMGUI_VERSION_NUM >= 12345')
#define IMGUI_VERSION "1.91.8 WIP"
#define IMGUI_VERSION_NUM 19171
#define IMGUI_VERSION_NUM 19172
#define IMGUI_HAS_TABLE
/*