Skip to content
Commit ccf7c803 authored by Arjen Hiemstra's avatar Arjen Hiemstra
Browse files

table: Don't clear the selection when setting current index

setCurrentIndex with ItemSelectionModel.ClearAndSelect will clear the
current index, then select and make the new index current. This breaks
the logic for multi selection that is later in this function. So make
sure to only update current index and leave actual selection to the rest
of the function.

BUG: 460615
parent 1f53aee3
Pipeline #305679 passed with stage
in 2 minutes and 7 seconds
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment