Hello,
I have noticed that the drawWidget method on the EditBox (MAUI/EditBox.
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