Fix group call settings button position.

This commit is contained in:
John Preston 2022-02-04 22:48:33 +03:00
parent f26cae8807
commit da18ab3d41
1 changed files with 2 additions and 2 deletions

View File

@ -307,9 +307,9 @@ void Panel::initWidget() {
updateControlsGeometry();
}
// title geometry depends on _controls->controls.geometry,
// some geometries depends on _controls->controls.geometry,
// which is not updated here yet.
crl::on_main(widget(), [=] { refreshTitle(); });
crl::on_main(widget(), [=] { updateControlsGeometry(); });
}, lifetime());
}