EditBox: make drawWidget method protected

3 posts / 0 new
Last post
overfl0w
overfl0w's picture
Offline
Mobile Conjurer
Joined: 12 Jun 2010
Posts:
EditBox: make drawWidget method protected

Hello,

I have noticed that the drawWidget method on the EditBox (MAUI/EditBox.Grade is private. Is it possible to make it protected, so that I can override it in my controls that descend from EditBox? I know that I can change it in the header file myself (and that is what I am doing) but it would be more convenient not having to do so every time I install a nightly build.

Thanks

Comment viewing options

Select your preferred way to display the comments and click "Save settings" to activate your changes.
Fredrik Eldh
Fredrik's picture
Offline
Mobile Sorcerer
Joined: 16 Feb 2009
Posts:

Done already, in r1288.

overfl0w
overfl0w's picture
Offline
Mobile Conjurer
Joined: 12 Jun 2010
Posts:

Ok, thanks!