13
0

Remove debug message (mac VST3 resizing)

This commit is contained in:
Robin Gareus 2020-11-20 00:00:37 +01:00
parent 7e2bb01ff1
commit 1effa1d888
Signed by: rgareus
GPG Key ID: A090BCE02CF57F04

View File

@ -133,8 +133,7 @@ VST3NSViewPluginUI::view_size_allocate (Gtk::Allocation& allocation)
allocation.set_height (rect.bottom - rect.top);
#endif
if (view->canResize() == kResultTrue) {
printf ("canResize\n");
//view->onSize (&rect); // crash here
view->onSize (&rect);
}
}