mirror of
https://github.com/ocornut/imgui.git
synced 2026-04-21 14:55:36 +00:00
This commit is contained in:
@@ -71,6 +71,8 @@ Other Changes:
|
||||
unmoved. We revert back to move to the end of line in this situation.
|
||||
- Selectable: added ImGuiSelectableFlags_SelectOnNav to auto-select an item when
|
||||
moved into (automatic when in a BeginMultiSelect() block).
|
||||
- TabBar: fixed an issue were forcefully selecting a tab using internal API would
|
||||
be ignored on first/appearing frame before tabs are submitted (#8929, #6681)
|
||||
- DrawList: fixed CloneOutput() unnecessarily taking a copy of the ImDrawListSharedData
|
||||
pointer, which could to issue when deleting the cloned list. (#8894, #1860)
|
||||
- DrawList: made AddCallback() assert when passing a null callback.
|
||||
|
||||
Reference in New Issue
Block a user