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 » ArrayCtrl, HeaderCtrl & GridCtrl » IsMultiSelect() bugfix in ArrayCtrl
IsMultiSelect() bugfix in ArrayCtrl [message #23841] Wed, 25 November 2009 22:36 Go to previous message
kohait00 is currently offline  kohait00
Messages: 939
Registered: July 2009
Location: Germany
Experienced Contributor
in ArrayCtrl.h:587
it needs to be

bool IsMultiSelect() const { return multiselect; }

instead of

bool IsMultiSelect(b = true) { return multiselect = b; }
 
Read Message
Read Message
Previous Topic: Array Hide/Show Column Menu demonstration
Next Topic: Multiline popups in GridCtrl
Goto Forum:
  


Current Time: Sat Apr 27 15:10:23 CEST 2024

Total time taken to generate the page: 0.02827 seconds