[Bug 20742] Sorted list view control always inserts at the end

wine-bugs at winehq.org wine-bugs at winehq.org
Tue Nov 17 13:21:01 CST 2009


http://bugs.winehq.org/show_bug.cgi?id=20742





--- Comment #1 from Satoshi Nakamoto <nakamoto2 at users.sourceforge.net>  2009-11-17 13:21:01 ---
Clarification: in my test case, I'm using sort-descending, so I have:
"0040"
"0030"
"0020"
"0010"

If I insert "0025" and "0050", I get:
"0040"
"0030"
"0020"
"0010"
"0025"
"0050"

I tried to workaround by changing the values to 10000-x and using
sort-ascending, but it still didn't sort right.

-- 
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.



More information about the wine-bugs mailing list