MCPcopy Create free account
hub / github.com/apohl79/audiogridder / resized

Method resized

Server/Source/ProcessorWindow.cpp:192–196  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

190}
191
192void ProcessorWindow::resized() {
193 traceScope();
194 DocumentWindow::resized();
195 updateScreenCaptureArea();
196}
197
198void ProcessorWindow::setVisible(bool b) {
199 traceScope();

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected