aboutsummaryrefslogtreecommitdiffhomepage
path: root/win32
diff options
context:
space:
mode:
authorMarkus Nißl <unknown>2026-04-23 08:31:54 +1000
committerMarkus Nißl <unknown>2026-04-23 08:31:54 +1000
commitff16983250f077aa2fa1ac1039ad421813fd20f0 (patch)
tree5e78e5177b4441cb933b4396fff0f47885eb0118 /win32
parent1edd62a5285aa4ab1e8a40aff045a17913c41127 (diff)
downloadscintilla-mirror-ff16983250f077aa2fa1ac1039ad421813fd20f0.tar.gz
Bug [#2503]. Update scaling when the application moves to another monitor.
Diffstat (limited to 'win32')
-rw-r--r--win32/ScintillaWin.cxx1
1 files changed, 1 insertions, 0 deletions
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();
}