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 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: 13975
Registered: November 2005
Ultimate Member
Thanks, applied.
Previous Topic: OpenGL 3+ support
Next Topic: TrayIcon Windows Shutdown solution
Goto Forum:
  


Current Time: Thu Mar 28 12:58:16 CET 2024

Total time taken to generate the page: 0.01222 seconds