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
@@ -241,8 +241,7 @@ bool CLAP_ABI clap_host_proxy::ext_gui_request_resize(const clap_host_t* host,
// If the resize request was accepted by the host, then we'll also resize
// our editor window
if (result) {
self->bridge_.maybe_resize_editor(self->owner_instance_id_, width,
height);
self->bridge_.resize_editor(self->owner_instance_id_, width, height);
}
return result;