Skip to content

Commit

Permalink
cabana: fix issue where video can’t be paused by click during alert (c…
Browse files Browse the repository at this point in the history
…ommaai#33746)

fix pause issue
  • Loading branch information
deanlee authored and cydia2020 committed Oct 9, 2024
1 parent e00f172 commit b4319a2
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tools/cabana/videowidget.cc
Original file line number Diff line number Diff line change
Expand Up @@ -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);
}

Expand Down

0 comments on commit b4319a2

Please sign in to comment.