mirror of
https://github.com/brunoherbelin/vimix.git
synced 2025-12-05 23:40:02 +01:00
Work in progress: undo & redo of mixing group creation and delete
actions.
This commit is contained in:
@@ -741,6 +741,13 @@ bool Source::hasNode::operator()(const Source* elem) const
|
||||
return false;
|
||||
}
|
||||
|
||||
|
||||
void Source::clearMixingGroup()
|
||||
{
|
||||
mixinggroup_ = nullptr;
|
||||
overlay_mixinggroup_->visible_ = false;
|
||||
}
|
||||
|
||||
CloneSource *Source::clone()
|
||||
{
|
||||
CloneSource *s = new CloneSource(this);
|
||||
|
||||
Reference in New Issue
Block a user