diff options
author | nyamatongwe <devnull@localhost> | 2012-04-11 21:50:25 +1000 |
---|---|---|
committer | nyamatongwe <devnull@localhost> | 2012-04-11 21:50:25 +1000 |
commit | 79a6f2428f998631c2dea7c1ec594302c5cdf283 (patch) | |
tree | 02562c70a3e3ebed67b66c371006064effa0123a /src | |
parent | ffb5cfffbd4c033a9b4ca6e3736889cb88790b08 (diff) | |
download | scintilla-mirror-79a6f2428f998631c2dea7c1ec594302c5cdf283.tar.gz |
Bug #3514882. Stop invalidating pixmapLine (and indirectly pixmapSelMargin)
unnecessary on each call to Paint(). This was added in change set 2688 as part of
a fix for resource leaks problem in palette mode, which doesn't exist anymore.
From Marko Njezic.
Diffstat (limited to 'src')
-rw-r--r-- | src/Editor.cxx | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/Editor.cxx b/src/Editor.cxx index 85b70b7ac..dd3e632b7 100644 --- a/src/Editor.cxx +++ b/src/Editor.cxx @@ -3504,7 +3504,6 @@ void Editor::Paint(Surface *surfaceWindow, PRectangle rcArea) { StyleToPositionInView(PositionAfterArea(rcArea)); - pixmapLine->Release(); RefreshStyleData(); RefreshPixMaps(surfaceWindow); |