mirror of
https://github.com/ocornut/imgui.git
synced 2026-01-11 00:04:24 +00:00
Tables: Made it possible to use SameLine(0,0) after TableNextColumn() or TableSetColumnIndex() in order to reuse line height from previous cell.
This commit is contained in:
parent
1362fc0c56
commit
8f5ce73140
4 changed files with 28 additions and 3 deletions
2
imgui.h
2
imgui.h
|
|
@ -26,7 +26,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.9 WIP"
|
||||
#define IMGUI_VERSION_NUM 18982
|
||||
#define IMGUI_VERSION_NUM 18983
|
||||
#define IMGUI_HAS_TABLE
|
||||
|
||||
/*
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue