mirror of
https://github.com/Drezil/imgui.git
synced 2025-07-04 20:18:47 +02:00
Scrolling, Focus, Combo: fixed SetKeyboardFocusHere()/SetItemDefaultFocus()/ScrollToRectEx() during an appearing form not centering item. (#5902, #2812, #4242, #2900)
Amend44f801186
and8f495e554
This commit is contained in:
@ -35,11 +35,15 @@ HOW TO UPDATE?
|
||||
VERSION 1.89.1 WIP (In Progress)
|
||||
-----------------------------------------------------------------------
|
||||
|
||||
- Scrolling, Focus: fixed SetKeyboardFocusHere()/SetItemDefaultFocus() during a window-appearing
|
||||
frame (and associated lower-level functions e.g. ScrollToRectEx()) from not centering item. (#5902)
|
||||
- Inputs: fixed moving a window or drag and dropping from preventing input-owner-unaware code
|
||||
from accessing keys. (#5888, #4921, #456)
|
||||
- Inputs: fixed moving a window or drag and dropping from capturing mods. (#5888, #4921, #456)
|
||||
- Layout: fixed End()/EndChild() incorrectly asserting if users manipulates cursor position
|
||||
inside a collapsed/culled window and IMGUI_DISABLE_OBSOLETE_FUNCTIONS is enabled. (#5548, #5911)
|
||||
- Combo: fixed selected item (marked with SetItemDefaultFocus()) from not being centered when
|
||||
the combo window initially appears. (#5902).
|
||||
- ColorEdit: fixed label overlapping when using style.ColorButtonPosition == ImGuiDir_Left to
|
||||
move the color button on the left side (regression introduced in 1.88 WIP 2022/02/28). (#5912)
|
||||
- Drag and Drop: fixed GetDragDropPayload() returning a non-NULL value if a drag source is
|
||||
|
Reference in New Issue
Block a user