Disabled: nested tooltips or other non-child window within a BeginDisabled() block disable the disabled state. (#211, #7640)

This commit is contained in:
ocornut
2024-05-31 18:13:25 +02:00
parent e47015aef4
commit f953ebf9ca
4 changed files with 44 additions and 3 deletions
+1 -1
View File
@@ -28,7 +28,7 @@
// Library Version
// (Integer encoded as XYYZZ for use in #if preprocessor conditionals, e.g. '#if IMGUI_VERSION_NUM >= 12345')
#define IMGUI_VERSION "1.90.8 WIP"
#define IMGUI_VERSION_NUM 19072
#define IMGUI_VERSION_NUM 19073
#define IMGUI_HAS_TABLE
/*