Add AmalgamatedHarmonics; Make UI resizable

Signed-off-by: falkTX <falktx@falktx.com>
This commit is contained in:
falkTX 2021-10-19 12:47:29 +01:00
parent 23f0966be0
commit 9b872dfd50
No known key found for this signature in database
GPG key ID: CDBAA37ABC74FBA0
7 changed files with 55 additions and 4 deletions

View file

@ -68,6 +68,9 @@ public:
fContext(getRackContextFromPlugin(getPluginInstancePointer())),
fResizeHandle(this)
{
if (isResizable())
fResizeHandle.hide();
const ScopedContext sc(this);
fContext->event = new rack::widget::EventState;