Remove debug message (mac VST3 resizing)
This commit is contained in:
parent
7e2bb01ff1
commit
1effa1d888
@ -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);
|
||||
}
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user