diff options
| author | nyamatongwe <unknown> | 2012-04-11 21:50:25 +1000 | 
|---|---|---|
| committer | nyamatongwe <unknown> | 2012-04-11 21:50:25 +1000 | 
| commit | d74c5043af6fec7ffad9284c712c2f9653a3762b (patch) | |
| tree | 5cf2ff31f6afdc59af8f2beee766af9a970f7828 /src | |
| parent | 9268cc1adb113f01972b521ed2a0c11757a7c66a (diff) | |
| download | scintilla-mirror-d74c5043af6fec7ffad9284c712c2f9653a3762b.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);  | 
