diff --git a/src/protocols/Screencopy.cpp b/src/protocols/Screencopy.cpp index 3ad57ed70..41bac3c89 100644 --- a/src/protocols/Screencopy.cpp +++ b/src/protocols/Screencopy.cpp @@ -256,7 +256,7 @@ void CScreencopyFrame::renderMon() { if (m_overlayCursor) g_pPointerManager->renderSoftwareCursorsFor(m_monitor.lock(), Time::steadyNow(), fakeDamage, - g_pInputManager->getMouseCoordsInternal() - m_monitor->m_position - m_box.pos(), true); + g_pInputManager->getMouseCoordsInternal() - m_monitor->m_position - m_box.pos() / m_monitor->m_scale, true); } void CScreencopyFrame::storeTempFB() {