From 64104a00c4a3a044a2d162f5d5d9af5ca9a0b8cb Mon Sep 17 00:00:00 2001 From: nyamatongwe Date: Wed, 2 Nov 2005 02:06:19 +0000 Subject: Changed pixmapLine to only be one line high. --- src/Editor.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src') diff --git a/src/Editor.cxx b/src/Editor.cxx index 07c52bc01..996d540db 100644 --- a/src/Editor.cxx +++ b/src/Editor.cxx @@ -2677,7 +2677,7 @@ void Editor::RefreshPixMaps(Surface *surfaceWindow) { if (bufferedDraw) { if (!pixmapLine->Initialised()) { PRectangle rcClient = GetClientRectangle(); - pixmapLine->InitPixMap(rcClient.Width(), rcClient.Height(), + pixmapLine->InitPixMap(rcClient.Width(), vs.lineHeight, surfaceWindow, wMain.GetID()); pixmapSelMargin->InitPixMap(vs.fixedColumnWidth, rcClient.Height(), surfaceWindow, wMain.GetID()); -- cgit v1.2.3