mirror of
https://github.com/ocornut/imgui.git
synced 2026-05-25 10:05:25 +08:00
InputText: sanity checks to e.g. detect non zero-terminated buffers + removed a redundant strlen() call during activation.
This commit is contained in:
@@ -47,6 +47,8 @@ Other changes:
|
||||
were not applied when pasting from clipbard. (#8229)
|
||||
- InputText: Fixed issue when activating a ReadOnly field when the underlying
|
||||
value is being modified. (#8242)
|
||||
- InputText: Added sanity check to detect some cases of passing a non
|
||||
zero-terminated input buffer.
|
||||
- Drags: Added ImGuiSliderFlags_NoSpeedTweaks flag to disable keyboard
|
||||
modifiers altering the tweak speed. Useful if you want to alter tweak speed
|
||||
yourself based on your own logic. (#8223)
|
||||
|
||||
Reference in New Issue
Block a user