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
commit30cdf71d4f77e44ba5b0819c68627aa1b9784660 (patch)
treed0d99eab4aa4608de24090bb3dd39cc4d316386b /win32/ScintillaWin.cxx
parentdacba5325f28125a993c27147d3de8ed97345aea (diff)
parent20b4ee4d3902fa21680b3117ca25bc55280fe24c (diff)
downloadscintilla-mirror-30cdf71d4f77e44ba5b0819c68627aa1b9784660.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
}