aboutsummaryrefslogtreecommitdiffhomepage
path: root/win32/ScintillaWin.cxx
diff options
context:
space:
mode:
authornyamatongwe <nyamatongwe@gmail.com>2012-01-25 08:09:18 +1100
committernyamatongwe <nyamatongwe@gmail.com>2012-01-25 08:09:18 +1100
commit79704611ff7dc8ce16e618d732708ce404f40272 (patch)
tree46bb3817c6a9e77708d3329545aa4e1c76bbc3eb /win32/ScintillaWin.cxx
parent26cd4112be5f27565bc71b400cb882265928919e (diff)
parent2d1179def141aede46d3e8da8a903d8a43254750 (diff)
downloadscintilla-mirror-79704611ff7dc8ce16e618d732708ce404f40272.tar.gz
Merge
Diffstat (limited to 'win32/ScintillaWin.cxx')
-rw-r--r--win32/ScintillaWin.cxx3
1 files changed, 3 insertions, 0 deletions
diff --git a/win32/ScintillaWin.cxx b/win32/ScintillaWin.cxx
index 35f2044fc..92dd32ffc 100644
--- a/win32/ScintillaWin.cxx
+++ b/win32/ScintillaWin.cxx
@@ -435,6 +435,9 @@ void ScintillaWin::EnsureRenderTarget() {
D2D1::HwndRenderTargetProperties(hw, size),
&pRenderTarget);
#endif
+ // Pixmaps were created to be compatible with previous render target so
+ // need to be recreated.
+ DropGraphics(false);
}
#endif
}