Skip to content

Commit

Permalink
Refresh video after reordering filters.
Browse files Browse the repository at this point in the history
  • Loading branch information
ddennedy committed Dec 2, 2014
1 parent a8133d2 commit 0377a6e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/models/attachedfiltersmodel.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -229,6 +229,7 @@ bool AttachedFiltersModel::moveRows(const QModelIndex & sourceParent, int source
m_mltIndexMap.insert(destinationRow, mltDstIndex);
m_metaList.move(sourceRow, destinationRow);
endMoveRows();
emit changed();
return true;
}
}
Expand Down

0 comments on commit 0377a6e

Please sign in to comment.