layout update supporting better dynamic resizing, lookandfeel update, ios support

This commit is contained in:
essej
2022-04-11 13:23:10 -04:00
parent 8c4a20ecd6
commit 2084782a79
14 changed files with 3660 additions and 220 deletions

View File

@ -256,6 +256,11 @@ void EnvelopeComponent::mouseDown(const MouseEvent & ev)
repaint();
};
if (!JUCEApplicationBase::isStandaloneApp()) {
opts = opts.withParentComponent(this);
}
menu.showMenuAsync(opts, callback);
return;