InputText: Fixed a bug where character replacements performed from a callback were not applied when pasting from clipbard. (#8229)

This commit is contained in:
ocornut
2024-12-15 15:46:33 +01:00
parent 324d4bb140
commit f5f11e94be
2 changed files with 14 additions and 10 deletions
+2
View File
@@ -43,6 +43,8 @@ Breaking changes:
Other changes:
- InputText: Fixed a bug where character replacements performed from a callback
were not applied when pasting from clipbard. (#8229)
- 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)