Skip to content

Commit

Permalink
Merge branch 'master' of https://github.com/rorywalsh/cabaiste
Browse files Browse the repository at this point in the history
  • Loading branch information
rorywalsh committed Oct 11, 2018
2 parents 2cd4cab + 84c2a98 commit 9ad3301
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Source/Audio/Graph/AudioGraph.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -554,8 +554,9 @@ bool AudioGraph::closeCurrentlyOpenWindowsFor(const uint32 nodeId)
AudioProcessorGraph::Node::Ptr f = graph.getNodeForId (nodeId);
f->getProcessor()->editorBeingDeleted(f->getProcessor()->getActiveEditor());
activePluginWindows.remove(i);
return true;
}

return false;
}

//==============================================================================
Expand Down

0 comments on commit 9ad3301

Please sign in to comment.