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

fix pause issue
pull/33751/head
Dean Lee 11 months ago committed by GitHub
parent 22bc50fee4
commit 6547d9593c
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
  1. 1
      tools/cabana/videowidget.cc

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

Loading…
Cancel
Save