mirror of
https://github.com/ultimatepp/ultimatepp.git
synced 2026-07-11 22:03:01 -06:00
New Zn_TW tr, Compiz fix, ArrayCtrl sorting fix
git-svn-id: svn://ultimatepp.org/upp/trunk@1057 f0d560ea-af0d-0410-9eb7-867de7ffcac7
This commit is contained in:
parent
ef007e6421
commit
a00d41eacc
6 changed files with 98 additions and 3 deletions
|
|
@ -2203,6 +2203,8 @@ void ArrayCtrl::DoColumnSort()
|
|||
cs.descending = sortcolumndescending;
|
||||
cs.order = c.order;
|
||||
cs.cmp = c.cmp;
|
||||
if(!cs.order && !cs.cmp)
|
||||
cs.cmp = StdValueCompare;
|
||||
ColumnSort(sortcolumn, cs);
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue