mirror of
https://github.com/AyuGram/AyuGramDesktop.git
synced 2025-04-16 06:07:06 +02:00
Fix recording mark click handler.
This commit is contained in:
parent
40d97bc6a4
commit
6d1106bc9f
1 changed files with 4 additions and 0 deletions
|
@ -932,6 +932,9 @@ void Panel::raiseControls() {
|
|||
}
|
||||
}
|
||||
_mute->raise();
|
||||
if (_recordingMark) {
|
||||
_recordingMark->raise();
|
||||
}
|
||||
_layerBg->raise();
|
||||
if (_niceTooltip) {
|
||||
_niceTooltip->raise();
|
||||
|
@ -1423,6 +1426,7 @@ void Panel::initLayout() {
|
|||
crl::on_main(widget(), [=] { updateControlsGeometry(); });
|
||||
}, lifetime());
|
||||
|
||||
raiseControls();
|
||||
#endif // !Q_OS_MAC
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue