We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 17d0924 commit ec17cf1Copy full SHA for ec17cf1
src/common/mainwindow.cpp
@@ -2503,7 +2503,7 @@ void MainWindow::delayedMouseReleaseHandler()
2503
void MainWindow::mouseMoveEvent(QMouseEvent *ev)
2504
{
2505
if (_mouseMoved) {
2506
- return Utility::updateMousePointForWindowMove(this->winId(), ev->globalPos() * devicePixelRatio());
+ return Utility::updateMousePointForWindowMove(this->winId(), ev->globalPos() * devicePixelRatioF());
2507
}
2508
2509
_mouseMoved = true;
0 commit comments