U++ framework
Do not panic. Ask here before giving up.

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 Go to previous message
SergeA is currently offline  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;
}
 
Read Message
Read Message
Previous Topic: OpenGL 3+ support
Next Topic: TrayIcon Windows Shutdown solution
Goto Forum:
  


Current Time: Tue Apr 28 17:52:38 GMT+2 2026

Total time taken to generate the page: 0.00453 seconds