mirror of
https://github.com/Drezil/imgui.git
synced 2025-07-04 12:08:47 +02:00
Tables: do not show empty tooltip when user submits TableHeader with no label to display. (#6342)
This commit is contained in:
@ -42,6 +42,8 @@ Breaking changes:
|
||||
|
||||
Other changes:
|
||||
|
||||
- Tables: Fixed a small miscalculation in TableHeader() leading to an empty tooltip
|
||||
showing when a sorting column has no visible name. (#6342) [@lukaasm]
|
||||
- Backends: Clear bits sets io.BackendFlags on backend Shutdown(). (#6334, #6335] [@GereonV]
|
||||
Potentially this would facilitate switching runtime backend mid-session.
|
||||
|
||||
|
Reference in New Issue
Block a user