Skip to content

Commit

Permalink
ui/cue list: add Sequences to function attachment
Browse files Browse the repository at this point in the history
  • Loading branch information
mcallegari committed Apr 24, 2017
1 parent 319fc75 commit 72b2841
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ui/src/virtualconsole/vccuelistproperties.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -216,7 +216,7 @@ void VCCueListProperties::slotChaserAttachClicked()
{
FunctionSelection fs(this, m_doc);
fs.setMultiSelection(false);
fs.setFilter(Function::ChaserType, true);
fs.setFilter(Function::ChaserType | Function::SequenceType, true);
if (fs.exec() == QDialog::Accepted && fs.selection().size() > 0)
{
m_chaserId = fs.selection().first();
Expand Down

0 comments on commit 72b2841

Please sign in to comment.