Browse Source

Move FSVG to protected, to allow josh SVG Button component to compile.

lainz 7 years ago
parent
commit
0fb8a5ab83
1 changed files with 1 additions and 1 deletions
  1. 1 1
      bcsvgviewer.pas

+ 1 - 1
bcsvgviewer.pas

@@ -18,7 +18,6 @@ type
     FHorizAlign: TAlignment;
     FProportional: boolean;
     FStretchMode: TBCStretchMode;
-    FSVG: TBGRASVG;
     FDestDPI: single;
     FVertAlign: TTextLayout;
     Fx: single;
@@ -32,6 +31,7 @@ type
     procedure SetStretchMode(AValue: TBCStretchMode);
     procedure SetVertAlign(AValue: TTextLayout);
   protected
+    FSVG: TBGRASVG;
     procedure BGRASetSize(AWidth, AHeight: integer); override;
     procedure RedrawBitmapContent; override;
   public