From e954eab6141c02d9a5dc285acb5157b9cfee3002 Mon Sep 17 00:00:00 2001 From: nyamatongwe Date: Sat, 19 Nov 2005 22:30:22 +0000 Subject: Fixed potential crashes in NotifyPainted by reseting an AutoLineLayout when no longer needed so its LineLayout is checked back into the cache so can no longer conflict. --- src/Editor.cxx | 1 + 1 file changed, 1 insertion(+) (limited to 'src') diff --git a/src/Editor.cxx b/src/Editor.cxx index 93560abdf..3bb3cab09 100644 --- a/src/Editor.cxx +++ b/src/Editor.cxx @@ -2970,6 +2970,7 @@ void Editor::Paint(Surface *surfaceWindow, PRectangle rcArea) { visibleLine++; //gdk_flush(); } + ll.Set(0); //if (durPaint < 0.00000001) // durPaint = 0.00000001; -- cgit v1.2.3