mirror of
https://github.com/ocornut/imgui.git
synced 2026-01-21 01:44:21 +00:00
InputTextMultiline: Fixed Tab character input not repeating
(1.89.4 regression)
This commit is contained in:
parent
f6836ff37f
commit
4afffa36e9
2 changed files with 2 additions and 1 deletions
|
|
@ -64,6 +64,7 @@ Other changes:
|
|||
- Drag and Drop: Fixed drop target highlight on items temporarily pushing a widened clip rect
|
||||
(namely Selectables and Treenodes using SpanAllColumn flag) so the highlight properly covers
|
||||
all columns. (#7049, #4281, #3272)
|
||||
- InputTextMultiline: Fixed Tab character input not repeating (1.89.4 regression).
|
||||
- DragScalarN, SliderScalarN, InputScalarN, PushMultiItemsWidths: improve multi-components
|
||||
width computation to better distribute the error. (#7120, #7121) [@Nahor]
|
||||
- Menus: Tweaked hover slack logic, adding a timer to avoid situations where a slow vertical
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue