fatcoder
Member
|
CMenu in Menu::Elm is private?
The CMenu inside the Menu::Elm is declared private so it cannot be accessed. This cause a problem with changing the colors used in the CMenu. Can this be made public by default?
|
|
03-20-2014 02:58 PM |
|
Esenthel
Administrator
|
RE: CMenu in Menu::Elm is private?
I've made it public for next release.
|
|
03-31-2014 05:57 AM |
|
fatcoder
Member
|
RE: CMenu in Menu::Elm is private?
Thanks.
This could also use a FixedArray, as discussed in http://www.esenthel.com/community/showth...p?tid=7603. This would allow the cmenu to be replaced with a custom implementation. There are a number of controls actually that could benefit from this. Would really make customizing the gui a piece of cake if all controls used this for their sub-controls
|
|
03-31-2014 08:56 AM |
|