Do not wrap around list by default

This commit is contained in:
Trevor Slocum 2020-02-10 17:17:22 -08:00
parent 3c170e9696
commit c40fd422f0
2 changed files with 1 additions and 1 deletions

View File

@ -1,5 +1,6 @@
v1.4.3 (WIP)
- Add SetFocusedFunc to TreeNode
- Do not wrap around list by default
v1.4.2 (2020-02-02)
- Add scroll bar to List, DropDown, Table and TreeView

View File

@ -81,7 +81,6 @@ func NewList() *List {
Box: NewBox(),
showSecondaryText: true,
showScrollBar: true,
wrapAround: true,
mainTextColor: Styles.PrimaryTextColor,
secondaryTextColor: Styles.TertiaryTextColor,
shortcutColor: Styles.SecondaryTextColor,