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 Jun 01 10:52:13 CEST 2025
Total time taken to generate the page: 0.02988 seconds
|