mirror of
https://github.com/ocornut/imgui.git
synced 2026-07-22 09:01:51 +00:00
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user