mirror of
https://github.com/ocornut/imgui.git
synced 2026-01-18 01:14:19 +00:00
InputText: fixed a bug (regression in 1.91.2) where modifying text buffer within a callback would sometimes prevents further appending to the buffer. (#7925)
There's a confusion between TextA.Size and CurLenA we should be merging them.
Amend 19accb14a
This commit is contained in:
parent
f77d22837c
commit
75f83de52a
4 changed files with 8 additions and 4 deletions
|
|
@ -48,6 +48,8 @@ Other changes:
|
|||
- Buttons: using ImGuiItemFlags_ButtonRepeat makes default button behavior use
|
||||
PressedOnClick instead of PressedOnClickRelease when unspecified.
|
||||
- Fonts: removed const qualifiers from most font functions.
|
||||
- InputText: fixed a bug (regression in 1.91.2) where modifying text buffer within
|
||||
a callback would sometimes prevents further appending to the buffer.
|
||||
- Log/Capture: better decorating of BeginMenu() and TabItem() output.
|
||||
- Log/Capture: a non terminated log ends automatically in the window which called it.
|
||||
- Log/Capture: added experimental io.ConfigWindowsCopyContentsWithCtrlC option to
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue