2
0
mirror of https://github.com/kotatogram/kotatogram-desktop synced 2025-08-30 22:25:12 +00:00

Fix recording mark click handler.

This commit is contained in:
John Preston
2022-02-28 17:06:52 +03:00
parent 40d97bc6a4
commit 6d1106bc9f

View File

@@ -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
}