mirror of
https://github.com/ocornut/imgui.git
synced 2026-01-11 00:04:24 +00:00
This commit is contained in:
parent
6fb7d44255
commit
290e402a02
4 changed files with 17 additions and 6 deletions
|
|
@ -70,6 +70,10 @@ Other changes:
|
|||
coordinates.
|
||||
- Tables, MultiSelect: Fixed an issue where column width may be mismeasured
|
||||
when calling BeginMultiSelect() while inside a table. (#8250)
|
||||
- TreeNode, Tables: Added ImGuiTreeNodeFlags_LabelSpanAllColumns to make
|
||||
the label (not only the frame) also spans all columns. This can be useful
|
||||
for table rows where you know nothing else is submitted. (#8318, #3565)
|
||||
Obviously best used with ImGuiTableFlags_NoBordersInBodyUntilResize.
|
||||
- Drags: Added ImGuiSliderFlags_NoSpeedTweaks flag to disable keyboard
|
||||
modifiers altering the tweak speed. Useful if you want to alter tweak speed
|
||||
yourself based on your own logic. (#8223)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue