Frodo45127 / rpfm

Rusted PackFile Manager (RPFM) is a... reimplementation in Rust and Qt5 of PackFile Manager (PFM), one of the best modding tools for Total War Games.
MIT License
368 stars 58 forks source link

When sorting, erroneous deletion of an unselected cell #162

Closed Teddybear2020 closed 3 years ago

Teddybear2020 commented 3 years ago

if we sort by column then we cant del value in cell

Example: sort by Building image

when I want to del value "wh_dlc06_dwf_art_bolt_thrower_0" in Unit Column another cell is deleted instead.

image

Frodo45127 commented 3 years ago

Thanks for the report! Just checked it, reproduced it (another case of "delete visual index instead of logic one"), and fixed it on the develop branch. Should come with the next beta update.