mirror of
https://github.com/kotatogram/kotatogram-desktop
synced 2025-09-02 07:35:12 +00:00
Fix recording mark click handler.
This commit is contained in:
@@ -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
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user