ImDrawList: made AddCallback() user data default to NULL + minor amends/comments.

This commit is contained in:
ocornut
2026-04-22 15:47:33 +02:00
parent 4739af2d51
commit ac06ad7b48
9 changed files with 15 additions and 12 deletions
+2
View File
@@ -113,6 +113,8 @@ Other Changes:
reporting the common clipper error over a table sanity check assert). (#9350)
- Tweaked assert triggering when first item height measurement fails, and made it
a better recoverable error. (#9350)
- DrawList:
- Made AddCallback() user data default parameter.
- Misc:
- Minor optimization: reduce redudant label scanning in common widgets.
- Added missing Test Engine hooks for PlotXXX(), VSliderXXX(), TableHeader().