From e31a0349c56a916f210b580ca9182169d312bd3c Mon Sep 17 00:00:00 2001 From: "Joakim L. Gilje" Date: Fri, 3 Dec 2021 12:58:30 +0100 Subject: [PATCH] reenable mouse tracking, no mouse movement in x11 without --- src/qt/qt_mainwindow.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/qt/qt_mainwindow.cpp b/src/qt/qt_mainwindow.cpp index f8a80d5fc..13f2bfed1 100644 --- a/src/qt/qt_mainwindow.cpp +++ b/src/qt/qt_mainwindow.cpp @@ -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);