Skip to content

Commit

Permalink
fix: properly initialize de/interleave controls in Take Skip plugin
Browse files Browse the repository at this point in the history
  • Loading branch information
hello-adam committed Jul 17, 2020
1 parent 7783a67 commit 50a295a
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -270,7 +270,7 @@ void TakeSkipOperator::applyToWidget(QWidget *widget)

connect(ui->cb_interleaved, SIGNAL(toggled(bool)), this, SLOT(interleaveSelectionChanged()));
connect(ui->cb_deinterleaved, SIGNAL(toggled(bool)), this, SLOT(interleaveSelectionChanged()));
ui->sb_deinterleave->setVisible(false);
interleaveSelectionChanged();
}

void TakeSkipOperator::showHelp()
Expand Down

0 comments on commit 50a295a

Please sign in to comment.