You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Bugfix: Corner case: Scrollbar render for only 1 row height (#1021) (#……1022)
In the case of only 1 row for render and scroll position not on the top,
`ScrollBar` should not try to render extra 1 line
Co-authored-by: Aleksei Stepanov <[email protected]>
Fix ListBox `rows_max` calculation for empty (#910)
In case of empty container,
`get_focus` will return `None, None`
Co-authored-by: Aleksei Stepanov <[email protected]>