Interesting. If I ctrl-click 21 then 22, it works as expected. If I ctrl-click 22 then 21, it deletes 21, 22 AND 23.
RL just calls QTableWidget.selectionModel().selectedRows(). I suspect this is a bug in PyQt6. I very much doubt RL can do anything about it...
|