Skip to content

singleselection: check model range before getting item

Christian Hergert requested to merge wip/chergert/fix-out-of-range-index into master

It is invalid to request an item from a model outside the range of the selection. In some cases, we can avoid the check since we know there was an item added to the model.

Merge request reports