Browse Source
The original version of this had a min/max range, so `SelectedItem` could be compared to `m_value` With the recent changes, `SelectedItem` now refers to an index in the array. This unfortunately means the function that draws the list must now know about the potential existence of the scrollbar and consider its `ListOffset` into account. Fixes #1006pull/1104/head^2
1 changed files with 2 additions and 1 deletions
Loading…
Reference in new issue