mirror of
https://github.com/AyuGram/AyuGramDesktop.git
synced 2025-04-19 07:37:11 +02:00
Fix group call settings button position.
This commit is contained in:
parent
f26cae8807
commit
da18ab3d41
1 changed files with 2 additions and 2 deletions
|
@ -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());
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue