mirror of
https://github.com/ocornut/imgui.git
synced 2026-01-09 23:54:20 +00:00
TreeNode: fixed highlight position when used inside a line with a large text baseline offset.
Most old logic e.g.df749e3f13,ec0e953cca. Never quite worked for this situation.
This commit is contained in:
parent
47766ca403
commit
620a33dd85
4 changed files with 28 additions and 14 deletions
2
imgui.h
2
imgui.h
|
|
@ -30,7 +30,7 @@
|
|||
// Library Version
|
||||
// (Integer encoded as XYYZZ for use in #if preprocessor conditionals, e.g. '#if IMGUI_VERSION_NUM >= 12345')
|
||||
#define IMGUI_VERSION "1.92.6 WIP"
|
||||
#define IMGUI_VERSION_NUM 19251
|
||||
#define IMGUI_VERSION_NUM 19252
|
||||
#define IMGUI_HAS_TABLE // Added BeginTable() - from IMGUI_VERSION_NUM >= 18000
|
||||
#define IMGUI_HAS_TEXTURES // Added ImGuiBackendFlags_RendererHasTextures - from IMGUI_VERSION_NUM >= 19198
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue