- fix sound playback
[buliscores] / src / src / scoretable.cpp
index 669469b..64cb693 100644 (file)
@@ -16,6 +16,7 @@ ScoreTable::ScoreTable(MatchDayModel* model, QWidget *parent) :
 
     // behaviour
     this->setSelectionMode(QAbstractItemView::NoSelection);
+    this->setAttribute(Qt::WA_TransparentForMouseEvents);
 
     // style
     palette.setColor(QPalette::Background, QColor(0, 0, 0, 200));