From a4333cf6852f0150410901f624140dec7a009ae9 Mon Sep 17 00:00:00 2001 From: Oskar Wallgren Date: Fri, 29 Sep 2023 20:24:06 +0200 Subject: [PATCH] Update plugins/Stk/Mallets/Mallets.cpp Co-authored-by: saker --- plugins/Stk/Mallets/Mallets.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/Stk/Mallets/Mallets.cpp b/plugins/Stk/Mallets/Mallets.cpp index 9c0b739d039..7c8aca3a6f5 100644 --- a/plugins/Stk/Mallets/Mallets.cpp +++ b/plugins/Stk/Mallets/Mallets.cpp @@ -438,7 +438,7 @@ MalletsInstrumentView::MalletsInstrumentView( MalletsInstrument * _instrument, m_spreadKnob->move( 190, 140 ); m_spreadKnob->setHintText( tr( "Spread:" ), "" ); - m_randomKnob = new Knob( KnobType::Vintage32, this ); + m_randomKnob = new Knob(KnobType::Vintage32, this); m_randomKnob->setLabel(tr("Random")); m_randomKnob->move(190, 190); m_randomKnob->setHintText(tr("Random:"),"");