Hey there, is there any way to remove/ set to non visible the small corner resizer icon?
I’m working on a resizable vst3, so far I tried
setResizable(true,true); -> ok
resizableCorner->setLookAndFeel -> no success
resizableCorner->setVisible -> no success
resizableCorner->setAlpha-> no success
resizableCorner->setOpaque-> no success
at this point I understand I have no idea what I’m doing, any help would be really appreciated !