Rename maybe_resize_editor() to resize_editor()

This commit is contained in:
Robbert van der Helm
2022-10-09 14:22:49 +02:00
parent 4df2b389a0
commit 04e03840e0
6 changed files with 8 additions and 11 deletions
@@ -47,7 +47,7 @@ Vst3PlugFrameProxyImpl::resizeView(Steinberg::IPlugView* /*view*/,
// Resize the editor wrapper window in advance. We will do another
// resize automatically on `IPlugView::onSize()`, but this should make
// resizes look a bit smoother.
bridge_.maybe_resize_editor(owner_instance_id(), *newSize);
bridge_.resize_editor(owner_instance_id(), *newSize);
// We have to use this special sending function here so we can handle
// calls to `IPlugView::onSize()` from this same thread (the UI thread).