Revert "Columns: Lower overhead on column switches and switching to background channel (some stress tests in debug builds went 3->2 ms). (#125)"

This reverts commit 9b3ce494fd.
This commit is contained in:
ocornut
2020-06-10 17:54:19 +02:00
parent 53f0f97273
commit 16da8e6da6
4 changed files with 5 additions and 34 deletions

View File

@ -46,8 +46,6 @@ Other Changes:
flag was also set, and _OpenOnArrow is frequently set along with _OpenOnDoubleClick).
- TreeNode: Fixed bug where dragging a payload over a TreeNode() with either _OpenOnDoubleClick
or _OpenOnArrow would open the node. (#143)
- Columns: Lower overhead on column switches and switching to background channel (some of our stress
tests in debug builds went 3->2 ms). Benefits Columns but was primarily made with Tables in mind!
- Style: Added style.TabMinWidthForUnselectedCloseButton settings.
Set to 0.0f (default) to always make a close button appear on hover (same as Chrome, VS).
Set to FLT_MAX to only display a close button when selected (merely hovering is not enough).