From d74c5043af6fec7ffad9284c712c2f9653a3762b Mon Sep 17 00:00:00 2001 From: nyamatongwe Date: Wed, 11 Apr 2012 21:50:25 +1000 Subject: 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. --- src/Editor.cxx | 1 - 1 file changed, 1 deletion(-) (limited to 'src') 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); -- cgit v1.2.3