Overview
Examples
Screenshots
Comparisons
Applications
Download
Documentation
Tutorials
Bazaar
Status & Roadmap
FAQ
Authors & License
Forums
Funding Ultimate++
Search on this site
Search in forums












SourceForge.net Logo
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: Sun Apr 28 11:02:42 CEST 2024

Total time taken to generate the page: 1.03831 seconds