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

View file

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