mirror of
https://github.com/ocornut/imgui.git
synced 2026-04-02 13:37:40 -05:00
InputText: Fixed issue when activating a ReadOnly field when the underlying value is being modified. (#8242)
This commit is contained in:
@@ -45,6 +45,8 @@ Other changes:
|
||||
|
||||
- InputText: Fixed a bug where character replacements performed from a callback
|
||||
were not applied when pasting from clipbard. (#8229)
|
||||
- InputText: Fixed issue when activating a ReadOnly field when the underlying
|
||||
value is being modified. (#8242)
|
||||
- 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