| 74 | } |
| 75 | |
| 76 | void ProcessorWindow::forgetEditor() { |
| 77 | traceScope(); |
| 78 | // Allow a processor to delete his editor, so we should not delete it again |
| 79 | m_editor = nullptr; |
| 80 | stopCapturing(); |
| 81 | } |
| 82 | |
| 83 | juce::Rectangle<int> ProcessorWindow::getScreenCaptureRect() { |
| 84 | traceScope(); |
nothing calls this directly
no outgoing calls
no test coverage detected