mirror of
https://github.com/LMMS/lmms.git
synced 2026-03-22 07:53:21 -04:00
Fix more whitespace
This commit is contained in:
@@ -56,7 +56,6 @@ EffectView::EffectView( Effect * _model, QWidget * _parent ) :
|
||||
// Disable effects that are of type "DummyEffect"
|
||||
bool isEnabled = !dynamic_cast<DummyEffect *>( effect() );
|
||||
m_bypass = new ledCheckBox( this, "", isEnabled ? ledCheckBox::Green : ledCheckBox::Red );
|
||||
|
||||
m_bypass->move( 3, 3 );
|
||||
m_bypass->setEnabled( isEnabled );
|
||||
m_bypass->setWhatsThis( tr( "Toggles the effect on or off." ) );
|
||||
|
||||
Reference in New Issue
Block a user