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 » DropList proposal
Re: DropList proposal [message #26068 is a reply to message #25964] Mon, 29 March 2010 13:14 Go to previous messageGo to previous message
mrjt is currently offline  mrjt
Messages: 705
Registered: March 2007
Location: London
Contributor
Patch. Change this:
if(!IsEnabled() || i >= 0 && !button[i].enabled)
    return CTRL_DISABLED;

To this:
if(!IsShowEnabled() || i >= 0 && !button[i].enabled)
    return CTRL_DISABLED;


CtrlLib/MultiButton.cpp line 258.

[Updated on: Mon, 29 March 2010 13:14]

Report message to a moderator

 
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Previous Topic: Bluetooth support?
Next Topic: ButtonOption bug? Centering QTF string
Goto Forum:
  


Current Time: Wed Jun 05 13:35:59 CEST 2024

Total time taken to generate the page: 0.01398 seconds