From ff16983250f077aa2fa1ac1039ad421813fd20f0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Markus=20Ni=C3=9Fl?= Date: Thu, 23 Apr 2026 08:31:54 +1000 Subject: Bug [#2503]. Update scaling when the application moves to another monitor. --- win32/ScintillaWin.cxx | 1 + 1 file changed, 1 insertion(+) diff --git a/win32/ScintillaWin.cxx b/win32/ScintillaWin.cxx index 609740758..81101a261 100644 --- a/win32/ScintillaWin.cxx +++ b/win32/ScintillaWin.cxx @@ -2449,6 +2449,7 @@ sptr_t ScintillaWin::WndProc(Message iMessage, uptr_t wParam, sptr_t lParam) { #if defined(USE_D2D) if (technology != Technology::Default) { if (UpdateRenderingParams(false)) { + reverseArrowCursor.Invalidate(); DropGraphics(); Redraw(); } -- cgit v1.2.3