diff options
author | nyamatongwe <nyamatongwe@gmail.com> | 2012-01-25 08:09:18 +1100 |
---|---|---|
committer | nyamatongwe <nyamatongwe@gmail.com> | 2012-01-25 08:09:18 +1100 |
commit | 30cdf71d4f77e44ba5b0819c68627aa1b9784660 (patch) | |
tree | d0d99eab4aa4608de24090bb3dd39cc4d316386b /win32/ScintillaWin.cxx | |
parent | dacba5325f28125a993c27147d3de8ed97345aea (diff) | |
parent | 20b4ee4d3902fa21680b3117ca25bc55280fe24c (diff) | |
download | scintilla-mirror-30cdf71d4f77e44ba5b0819c68627aa1b9784660.tar.gz |
Merge
Diffstat (limited to 'win32/ScintillaWin.cxx')
-rw-r--r-- | win32/ScintillaWin.cxx | 3 |
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 } |