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   |
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
|
|
|
Goto Forum:
Current Time: Sat Jun 07 07:26:53 CEST 2025
Total time taken to generate the page: 0.04159 seconds
|