mirror of
https://github.com/AyuGram/AyuGramDesktop.git
synced 2025-06-05 06:33:57 +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();
|
updateControlsGeometry();
|
||||||
}
|
}
|
||||||
|
|
||||||
// title geometry depends on _controls->controls.geometry,
|
// some geometries depends on _controls->controls.geometry,
|
||||||
// which is not updated here yet.
|
// which is not updated here yet.
|
||||||
crl::on_main(widget(), [=] { refreshTitle(); });
|
crl::on_main(widget(), [=] { updateControlsGeometry(); });
|
||||||
}, lifetime());
|
}, lifetime());
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue