Fix pin livestream on top button position.

This commit is contained in:
John Preston 2022-03-01 16:15:40 +03:00
parent bcbd97e515
commit d8724a63fb
1 changed files with 1 additions and 1 deletions

View File

@ -1147,7 +1147,7 @@ void Panel::subscribeToChanges(not_null<Data::GroupCall*> real) {
}
void Panel::createPinOnTop() {
_pinOnTop.create(window(), st::groupCallPinOnTop);
_pinOnTop.create(widget(), st::groupCallPinOnTop);
const auto pinned = [=] {
const auto handle = window()->windowHandle();
return handle && (handle->flags() & Qt::WindowStaysOnTopHint);