Overview
Examples
Screenshots
Comparisons
Applications
Download
Documentation
Tutorials
Bazaar
Status & Roadmap
FAQ
Authors & License
Forums
Funding Ultimate++
Search on this site
Search in forums












SourceForge.net Logo
Home » U++ Library support » U++ Library : Other (not classified elsewhere) » ColumnList BUG FIXED !!! dragging last element makes disappear all other items
icon14.gif  ColumnList BUG FIXED !!! dragging last element makes disappear all other items [message #23448] Tue, 20 October 2009 20:39 Go to next message
kohait00 is currently offline  kohait00
Messages: 939
Registered: July 2009
Location: Germany
Experienced Contributor
hi there

using columnlist, i recognized a strange behavior, when playing in the ColumnListDnD example.

moving the last element somewhere up, leaves the list with only this one element, the others are gone.

here comes the bugfix:

against current 1632 revision release
ColumnList.cpp:838
if((c >= 0) && (c < GetCount()))
instead of
if(c >= 0)


and another bugfix concerning the keys

ColumnList.cpp:1001
InsertDrop(ii, keys, data, d, &src == this);
instead of
InsertDrop(ii, data, d, &src == this);
Re: ColumnList BUG FIXED !!! dragging last element makes disappear all other items [message #23466 is a reply to message #23448] Wed, 21 October 2009 09:41 Go to previous message
mirek is currently offline  mirek
Messages: 13975
Registered: November 2005
Ultimate Member
Thanks, both fixes applied.

Mirek
Previous Topic: Add maximize and reduce to icon
Next Topic: BUG: EditKeys
Goto Forum:
  


Current Time: Thu Mar 28 11:18:25 CET 2024

Total time taken to generate the page: 0.01919 seconds