Drag, Sliders: if the format string doesn't contain any %, when using CTRL+Click to input we use a default format. (#6405)

This commit is contained in:
ocornut
2023-05-09 12:04:04 +02:00
parent 70cca1eac0
commit 6cdedf5834
4 changed files with 16 additions and 7 deletions

View File

@ -23,7 +23,7 @@
// Library Version
// (Integer encoded as XYYZZ for use in #if preprocessor conditionals, e.g. '#if IMGUI_VERSION_NUM > 12345')
#define IMGUI_VERSION "1.89.6 WIP"
#define IMGUI_VERSION_NUM 18954
#define IMGUI_VERSION_NUM 18955
#define IMGUI_HAS_TABLE
/*