gamefreak / Athena

Data editor for Xsera, Antares, and Ares
http://xsera.org
MIT License
6 stars 1 forks source link

Sort by ID incorrect in image editor #14

Closed NMS127 closed 13 years ago

NMS127 commented 13 years ago

It looks like it's alphabetizing them instead of treating them as numbers. So it goes: 10001 10002 1001 ... 129 2000 ...

gamefreak commented 13 years ago

The problem is that NSArrayController messes up the default sorting, sorting did work if you clicked on the column headers.

This is now fixed in all three media editors.