Tab Bar: Do not display a tooltip if the name already fits over a given tab. (#3521)

This commit is contained in:
ocornut
2020-10-19 15:01:24 +02:00
parent fbe74ed50c
commit e6b99a420b
3 changed files with 23 additions and 6 deletions

View File

@ -56,6 +56,7 @@ Other Changes:
- Tab Bar: Made it possible to append to an existing tab bar by calling BeginTabBar()/EndTabBar() again.
- Tab Bar: Fixed using more than 128 tabs in a tab bar (scrolling policy recommended).
- Tab Bar: Do not display a tooltip if the name already fits over a given tab. (#3521)
- Drag and Drop: Fix drag and drop to tie same-size drop targets by choosen the later one. Fixes dragging
into a full-window-sized dockspace inside a zero-padded window. (#3519, #2717) [@Black-Cat]
- Backends: OpenGL: use glGetString(GL_VERSION) query instead of glGetIntegerv(GL_MAJOR_VERSION, ...)