Home » U++ Library support » U++ Library : Other (not classified elsewhere) » ColumnList BUG FIXED !!! dragging last element makes disappear all other items
ColumnList BUG FIXED !!! dragging last element makes disappear all other items [message #23448] |
Tue, 20 October 2009 20:39  |
 |
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);
|
|
|
|
Goto Forum:
Current Time: Mon Apr 28 15:23:14 CEST 2025
Total time taken to generate the page: 0.04989 seconds
|