Skip to content

[Widget Explorer] Don't set the list index to something random on mouse exit

David Edmundson requested to merge work/widgetexplorer_index into master

-1 is an invalid index which makes sense. We know mouse exits get processes before any other item's mouse in. So this would hide the highlight. The previous code doesn't make sense

BUG: 428174

Merge request reports