From a8e5464e9f81211a8db83b142435865a2a882573 Mon Sep 17 00:00:00 2001 From: yyc12345 Date: Wed, 8 Jul 2026 20:18:52 +0800 Subject: [PATCH] fix: remove useless mouse tracking setting --- app/mainwindow.cpp | 1 - 1 file changed, 1 deletion(-) diff --git a/app/mainwindow.cpp b/app/mainwindow.cpp index 0153921..865985b 100644 --- a/app/mainwindow.cpp +++ b/app/mainwindow.cpp @@ -57,7 +57,6 @@ MainWindow::MainWindow(QWidget *parent) // so I level it up to standard VGA resolution 640 x 480. this->setMinimumSize(640, 480); this->setWindowIcon(QIcon(u":/icons/app-icon.svg"_s)); - this->setMouseTracking(true); this->setAcceptDrops(true); m_pm->setAutoLoadFilterSuffixes(supportedImageFormats());