From 01cd906081948643009a5c3ff04bf8776fb5c300 Mon Sep 17 00:00:00 2001 From: mattias Date: Sun, 18 Aug 2002 04:57:00 +0000 Subject: [PATCH] reduced speedbutton invalidates, added TCanvas.Frame git-svn-id: trunk@2732 - --- lcl/graphtype.pp | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/lcl/graphtype.pp b/lcl/graphtype.pp index 4dfe0fc06b..ec7760dd22 100644 --- a/lcl/graphtype.pp +++ b/lcl/graphtype.pp @@ -70,7 +70,7 @@ type Clipping : boolean; // TextRect Only : Clip Text to passed Rectangle - ExpandTabs : boolean; // ignored + ExpandTabs : boolean; // currently ignored ShowPrefix : boolean; // TextRect Only : Process first single '&' per // line as an underscore and draw '&&' as '&' @@ -165,6 +165,9 @@ end. { ============================================================================= $Log$ + Revision 1.9 2003/01/27 13:49:16 mattias + reduced speedbutton invalidates, added TCanvas.Frame + Revision 1.8 2002/12/12 17:47:45 mattias new constants for compatibility