reenable mouse tracking, no mouse movement in x11 without

This commit is contained in:
Joakim L. Gilje
2021-12-03 12:58:30 +01:00
parent 4c98de9bcd
commit e31a0349c5

View File

@@ -46,7 +46,7 @@ MainWindow::MainWindow(QWidget *parent) :
ui->setupUi(this);
video_setblit(qt_blit);
//ui->glesWidget->setMouseTracking(true);
ui->glesWidget->setMouseTracking(true);
connect(this, &MainWindow::showMessageForNonQtThread, this, &MainWindow::showMessage_, Qt::BlockingQueuedConnection);