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 next 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;
}
Re: Bugs ColumnList [message #45324 is a reply to message #45323] Fri, 30 October 2015 10:00 Go to previous message
mirek is currently offline  mirek
Messages: 14290
Registered: November 2005
Ultimate Member
Thanks, applied.
Previous Topic: OpenGL 3+ support
Next Topic: TrayIcon Windows Shutdown solution
Goto Forum:
  


Current Time: Tue Apr 28 11:53:29 GMT+2 2026

Total time taken to generate the page: 0.00649 seconds