delete exclusive dependencies when deleting items from project explorer
This commit is contained in:
@@ -35,4 +35,14 @@ void OpenSequenceCommand::undo()
|
||||
Core::instance()->main_window()->CloseSequence(sequence_);
|
||||
}
|
||||
|
||||
void CloseSequenceCommand::redo()
|
||||
{
|
||||
Core::instance()->main_window()->CloseSequence(sequence_);
|
||||
}
|
||||
|
||||
void CloseSequenceCommand::undo()
|
||||
{
|
||||
Core::instance()->main_window()->OpenSequence(sequence_);
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user