1
0

fix: remove useless mouse tracking setting

This commit is contained in:
2026-07-08 20:18:52 +08:00
parent 46f46480cb
commit a8e5464e9f

View File

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