mirror of
https://gitea.wildfiregames.com/0ad/0ad.git
synced 2026-09-21 20:06:40 +00:00
Bug fix: Use sort order asc by default instead of desc
refs 9044735e87
This was SVN commit r27429.
This commit is contained in:
@@ -30,7 +30,7 @@ class COListColumn
|
||||
public:
|
||||
COListColumn(IGUIObject* owner, const CStr& cid)
|
||||
: m_Id(cid), m_Width(0), m_Heading(owner, "heading_" + cid), m_List(owner, "list_" + cid),
|
||||
m_Hidden(owner, "hidden_" + cid, false), m_SortOrder(owner, " sort_order_" + cid, -1)
|
||||
m_Hidden(owner, "hidden_" + cid, false), m_SortOrder(owner, " sort_order_" + cid, 1)
|
||||
{}
|
||||
// Avoid copying the strings.
|
||||
NONCOPYABLE(COListColumn);
|
||||
|
||||
Reference in New Issue
Block a user