EgoEngineModding / ego.nefsedit

NeFS archive editor for Ego Engine
MIT License
25 stars 9 forks source link

Fix sorting by id in debug view list #11

Open victorbush opened 4 years ago

victorbush commented 4 years ago

The list sorter doesn't interpret the column values as numbers, but as strings. So when sorting by column with a numeric value, it is not correctly sorted. The values are displayed in hex format.

Also need to add an option to reset the sorting to the default order.