Home » U++ Library support » U++ Widgets - General questions or Mixed problems » Bugs ColumnList (ColumnList: after RemoveSelection() - GetSelectCount() != 0)
Bugs ColumnList [message #45323] |
Fri, 30 October 2015 09:38 |
SergeA
Messages: 13 Registered: October 2015 Location: Ukraine
|
Promising Member |
|
|
Possible:
void ColumnList::RemoveSelection()
{
KillCursor();
for(int i = GetCount() - 1; i >= 0; i--)
if(IsSel(i))
Remove(i);
/*Fix*/ selcount = 0;
}
|
|
|
Goto Forum:
Current Time: Sun Dec 08 05:19:38 CET 2024
Total time taken to generate the page: 0.02567 seconds
|