mirror of
https://github.com/robbert-vdh/yabridge.git
synced 2026-05-10 04:30:12 +02:00
Indicate cached IPlugView::canResize() calls
We apparently forgot to pass the flag here after implementing it in the log function.
This commit is contained in:
@@ -251,7 +251,7 @@ tresult PLUGIN_API Vst3PlugViewProxyImpl::canResize() {
|
||||
const bool log_response = bridge.logger.log_request(true, request);
|
||||
if (log_response) {
|
||||
bridge.logger.log_response(
|
||||
true, YaPlugView::CanResize::Response(*result));
|
||||
true, YaPlugView::CanResize::Response(*result), true);
|
||||
}
|
||||
|
||||
return *result;
|
||||
|
||||
Reference in New Issue
Block a user