From ea16d11aa2d48d574b6f766ae3cc2e9070796cec Mon Sep 17 00:00:00 2001 From: Graeme Geldenhuys Date: Thu, 11 Aug 2011 11:14:45 +0200 Subject: corrected the bottom/right corner color for RichView. It's the rectangle between the two scrollbars. --- docview/components/richtext/RichTextView.pas | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'docview/components/richtext') diff --git a/docview/components/richtext/RichTextView.pas b/docview/components/richtext/RichTextView.pas index 03d7a7e3..5db8cbdf 100644 --- a/docview/components/richtext/RichTextView.pas +++ b/docview/components/richtext/RichTextView.pas @@ -717,7 +717,7 @@ ProfileEvent('DEBUG: TRichTextView.HandlePaint 5'); CornerRect.Top := Height - 2 - FScrollBarWidth; CornerRect.Width := FScrollBarWidth; CornerRect.Height := FScrollBarWidth; - Canvas.Color := clButtonFace; + Canvas.Color := clWindowBackground; Canvas.FillRectangle(CornerRect); end; ProfileEvent('DEBUG: TRichTextView.HandlePaint <<<'); -- cgit v1.2.3-70-g09d2