layout update supporting better dynamic resizing, lookandfeel update, ios support
This commit is contained in:
@ -256,6 +256,11 @@ void EnvelopeComponent::mouseDown(const MouseEvent & ev)
|
||||
repaint();
|
||||
};
|
||||
|
||||
if (!JUCEApplicationBase::isStandaloneApp()) {
|
||||
opts = opts.withParentComponent(this);
|
||||
}
|
||||
|
||||
|
||||
menu.showMenuAsync(opts, callback);
|
||||
|
||||
return;
|
||||
|
Reference in New Issue
Block a user