Internal: Scrollbar: Further sane simplification (using InnerMainRect instead of duplicating calculations).

This commit is contained in:
omar
2019-05-09 19:30:13 +02:00
parent 37174c85e2
commit 39eeda0227
2 changed files with 17 additions and 25 deletions

View File

@ -39,6 +39,7 @@ Other Changes:
- Columns: Fixed Selectable with SpanAllColumns flag from creating an extraneous draw command. (#125)
- Separator: Revert 1.70 "Declare its thickness (1.0f) to the layout" change. It's not incorrect
but it breaks existing some layout patterns. Will return back to it when we expose Separator flags.
- Scrollbar: Very minor bounding box adjustment to cope with various border size.
-----------------------------------------------------------------------