cabana: fix issue where video can’t be paused by click during alert (#33746)

fix pause issue
This commit is contained in:
Dean Lee
2024-10-09 02:20:14 +08:00
committed by GitHub
parent 22bc50fee4
commit 6547d9593c
+1
View File
@@ -368,6 +368,7 @@ bool Slider::event(QEvent *event) {
InfoLabel::InfoLabel(QWidget *parent) : QWidget(parent, Qt::WindowStaysOnTopHint) {
setAttribute(Qt::WA_ShowWithoutActivating);
setAttribute(Qt::WA_TransparentForMouseEvents);
setVisible(false);
}