mirror of
https://github.com/AyuGram/AyuGramDesktop.git
synced 2025-04-16 14:17:12 +02:00
Attempted to fix ordering buttons above boxes in group calls panel.
This commit is contained in:
parent
cd59ba6629
commit
4582d2d0d5
1 changed files with 2 additions and 0 deletions
|
@ -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();
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue