mirror of
https://github.com/telegramdesktop/tdesktop
synced 2025-08-31 14:38:15 +00:00
Fix recording mark click handler.
This commit is contained in:
@@ -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
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user