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 next 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; }
Re: IsMultiSelect() bugfix in ArrayCtrl [message #23871 is a reply to message #23841] Sun, 29 November 2009 23:33 Go to previous message
mirek is currently offline  mirek
Messages: 13975
Registered: November 2005
Ultimate Member
kohait00 wrote on Wed, 25 November 2009 16:36

in ArrayCtrl.h:587
it needs to be

bool IsMultiSelect() const { return multiselect; }

instead of

bool IsMultiSelect(b = true) { return multiselect = b; }


Ops. Thanks.

Mirek
Previous Topic: Array Hide/Show Column Menu demonstration
Next Topic: Multiline popups in GridCtrl
Goto Forum:
  


Current Time: Thu Mar 28 12:47:51 CET 2024

Total time taken to generate the page: 0.01602 seconds