diff options
Diffstat (limited to 'src/Editor.cxx')
| -rw-r--r-- | src/Editor.cxx | 2 | 
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Editor.cxx b/src/Editor.cxx index 5330ea45b..9344b7d94 100644 --- a/src/Editor.cxx +++ b/src/Editor.cxx @@ -1653,7 +1653,7 @@ void Editor::PaintSelMargin(Surface *surfaceWindow, PRectangle &rc) {  	Surface *surface;  	if (view.bufferedDraw) { -		surface = marginView.pixmapSelMargin; +		surface = marginView.pixmapSelMargin.get();  	} else {  		surface = surfaceWindow;  	}  | 
