summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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 7f649723..55395709 100644
--- a/docview/components/richtext/RichTextView.pas
+++ b/docview/components/richtext/RichTextView.pas
@@ -1248,7 +1248,7 @@ end;
Function TRichTextView.GetTextAreaRect: TfpgRect;
begin
Result := GetDrawRect;
- InflateRect(Result, -2, -2);
+// InflateRect(Result, -2, -2);
end;
function TRichTextView.GetTextAreaHeight: longint;