summaryrefslogtreecommitdiff
path: root/docview/components/richtext
diff options
context:
space:
mode:
Diffstat (limited to 'docview/components/richtext')
-rw-r--r--docview/components/richtext/RichTextView.pas2
1 files changed, 1 insertions, 1 deletions
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 <<<');