Distance sorting not working in Order UI - Printable Version +- Hazeron Forums (https://hazeron.com/mybb) +-- Forum: Shores of Hazeron (https://hazeron.com/mybb/forumdisplay.php?fid=1) +--- Forum: Bug Reports (https://hazeron.com/mybb/forumdisplay.php?fid=17) +---- Forum: Closed Bug Reports (https://hazeron.com/mybb/forumdisplay.php?fid=18) +---- Thread: Distance sorting not working in Order UI (/showthread.php?tid=3035) |
Distance sorting not working in Order UI - Celarious - 01-05-2024 RE: Distance sorting not working in Order UI - Celarious - 01-06-2024 This also applies to the Capitol's building management UI RE: Distance sorting not working in Order UI - AnrDaemon - 01-08-2024 Better than sorting by string value… no? RE: Distance sorting not working in Order UI - Deantwo - 03-31-2024 This is an issue on every sortable table in the game. Values are treated like strings and therefore current sorting is near useless. It would be nice if it could be globally fixed. I don't know how easy it is in Qt, but I have had to do this a lot in .Net DataGridViews. |