Commented out legacy signatures for Combo()/ListBox() which were obsoleted in 1.90.

Amend b101cf4.
This commit is contained in:
ocornut
2026-02-23 15:21:20 +01:00
parent 2000008b47
commit dbee23e09c
4 changed files with 11 additions and 27 deletions

View File

@@ -41,6 +41,12 @@ HOW TO UPDATE?
Breaking Changes:
- Combo(), ListBox(): commented out legacy signatures which were obsoleted in 1.90
(Nov 2023), when the getter callback type was changed from:
getter type: bool (*getter)(void* user_data, int idx, const char** out_text)
To:
getter type: const char* (*getter)(void* user_data, int idx)
Other Changes:
- Style: border sizes are now scaled (and rounded) by ScaleAllSizes().