right click menu in node view for adding nodes

This commit is contained in:
itsmattkc
2019-04-13 15:57:09 +10:00
parent e20b1d35c2
commit 6bf62017ea
18 changed files with 309 additions and 294 deletions
+6
View File
@@ -16,6 +16,8 @@ EffectsPanel::~EffectsPanel()
}
void EffectsPanel::Clear(bool clear_cache) {
AboutToClearEvent();
// clear existing clips
deselect_all_effects(nullptr);
@@ -205,6 +207,10 @@ void EffectsPanel::copy(bool del) {
}
}
void EffectsPanel::AboutToClearEvent()
{
}
void EffectsPanel::DeleteEffect(ComboAction* ca, Node* effect_ref) {
if (effect_ref->type() == EFFECT_TYPE_EFFECT) {