Attempted to fix ordering buttons above boxes in group calls panel.

This commit is contained in:
23rd 2021-09-07 15:41:13 +03:00 committed by John Preston
parent cd59ba6629
commit 4582d2d0d5

View file

@ -539,6 +539,7 @@ void Panel::refreshVideoButtons(std::optional<bool> overrideWideMode) {
}
updateButtonsStyles();
updateButtonsGeometry();
raiseControls();
}
void Panel::hideStickedTooltip(StickedTooltipHide hide) {
@ -887,6 +888,7 @@ void Panel::raiseControls() {
}
}
_mute->raise();
_layerBg->raise();
if (_niceTooltip) {
_niceTooltip->raise();
}