Drags, Sliders, Inputs: Specifying a NULL format to Float functions default them to "%.3f" to be consistent with the compile-time default. (#3922)

This commit is contained in:
ocornut
2021-03-16 12:59:35 +01:00
parent 64aab8480a
commit 4bf646e4b0
2 changed files with 4 additions and 1 deletions

View File

@ -39,6 +39,8 @@ Breaking Changes:
Other Changes:
- Drags, Sliders, Inputs: Specifying a NULL format to Float functions default them to "%.3f" to be
consistent with the compile-time default. (#3922)
- DragScalar: Add default value for v_speed argument to match higher-level functions. (#3922) [@eliasdaler]
- Docs: Improvements to minor mistakes in documentation comments (#3923) [@ANF-Studios]