Skip to content

Commit

Permalink
[ui] ImageGallery: call makeCurrentItemVisible only once
Browse files Browse the repository at this point in the history
  • Loading branch information
fabiencastan committed Sep 2, 2021
1 parent 231309b commit ae0d518
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions meshroom/ui/qml/ImageGallery/ImageGallery.qml
Original file line number Diff line number Diff line change
Expand Up @@ -199,11 +199,6 @@ Panel {
sortedModel.filterValue = value
grid.updateCurrentIndexFromSelectionViewId()
grid.updateSelectedViewFromGrid = true
}
onFilterRoleChanged: {
grid.makeCurrentItemVisible()
}
onFilterValueChanged: {
grid.makeCurrentItemVisible()
}

Expand Down

0 comments on commit ae0d518

Please sign in to comment.