mirror of
https://github.com/firestar5683/StarPilot.git
synced 2026-06-30 02:52:04 +08:00
cabana: fix issue where video can’t be paused by click during alert (#33746)
fix pause issue
This commit is contained in:
@@ -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);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user