mirror of
https://github.com/ocornut/imgui.git
synced 2026-06-03 18:44:53 +00:00
Merge branch 'master' into docking
This commit is contained in:
@@ -92,6 +92,22 @@ Other Changes:
|
||||
buffer on the IsItemDeactivatedAfterEdit() frame. This could create issues when
|
||||
using the idiom of not applying edits before IsItemDeactivatedAfterEdit().
|
||||
(#9308, #8915, #8273)
|
||||
- Tables:
|
||||
- Allow reordering columns by dragging them in the context menu. (#9312)
|
||||
- Context menu now presents columns in display order. (#9312)
|
||||
- Fixed and clarified the behavior of using TableSetupScrollFreeze() with columns>1,
|
||||
and where some of the columns within that range were Hidable.
|
||||
- Before: TableSetupScrollFreeze(N, 0) made the first N _visible_ columns
|
||||
part of the scroll freeze. So if you intentionally hide columns <N
|
||||
the scroll freeze area would encompass the subsequent right columns.
|
||||
- After: TableSetupScrollFreeze(N, 0) makes the first N _declared_ columns
|
||||
part of the scroll freeze. So if you intentionally hide columns <N
|
||||
the scroll freeze area will cover less columns.
|
||||
- This is generally more sane and logical.
|
||||
- Fixed dragging a header to reorder outside of visible bounds (due to horizontal scrolling)
|
||||
from losing active id.
|
||||
- Angled Headers: angled section for column being reordered via the regular headers
|
||||
stays highlighted during reordering.
|
||||
- Style:
|
||||
- Border sizes are now scaled (and rounded) by ScaleAllSizes().
|
||||
- When using large values with ScallAllSizes(), the following items thickness
|
||||
|
||||
Reference in New Issue
Block a user