mirror of
https://github.com/AyuGram/AyuGramDesktop.git
synced 2025-06-05 06:33:57 +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();
|
_mute->raise();
|
||||||
|
if (_recordingMark) {
|
||||||
|
_recordingMark->raise();
|
||||||
|
}
|
||||||
_layerBg->raise();
|
_layerBg->raise();
|
||||||
if (_niceTooltip) {
|
if (_niceTooltip) {
|
||||||
_niceTooltip->raise();
|
_niceTooltip->raise();
|
||||||
|
@ -1423,6 +1426,7 @@ void Panel::initLayout() {
|
||||||
crl::on_main(widget(), [=] { updateControlsGeometry(); });
|
crl::on_main(widget(), [=] { updateControlsGeometry(); });
|
||||||
}, lifetime());
|
}, lifetime());
|
||||||
|
|
||||||
|
raiseControls();
|
||||||
#endif // !Q_OS_MAC
|
#endif // !Q_OS_MAC
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue