TabBar, Style: added style option for the size of the Tab-Bar Overline (#7804)

Amend 21bda2e.
This commit is contained in:
Thomas Stehle
2024-07-22 10:52:53 +02:00
committed by ocornut
parent eb72b5a8ee
commit da36336321
5 changed files with 13 additions and 4 deletions

View File

@@ -139,6 +139,8 @@ Other changes:
can use the clipper without knowing the amount of items beforehand. (#1311)
In this situation, call ImGuiListClipper::SeekCursorForItem(items_count) as the end of your iteration
loop to position the layout cursor correctly. This is done automatically if provided a count to Begin().
- TabBar, Style: added style.TabBarOverlineSize / ImGuiStyleVar_TabBarOverlineSize to manipulate
thickness of the horizontal line over selectable tabs. [@DctrNoob]
- Style: close button and collapse/window-menu button hover highlight made rectangular instead of round.
- Debug Tools: Added IMGUI_DEBUG_LOG(), ImGui::DebugLog() in public API. (#5855)
Debug log entries add a imgui frame counter prefix + are redirected to ShowDebugLogWindow() and