Browse Source

update text when activating aliasing

circular17 3 years ago
parent
commit
3daab423fe
1 changed files with 1 additions and 0 deletions
  1. 1 0
      lazpaintcontrols/lcvectortextshapes.pas

+ 1 - 0
lazpaintcontrols/lcvectortextshapes.pas

@@ -685,6 +685,7 @@ begin
   if FAliased=AValue then Exit;
   if FAliased=AValue then Exit;
   BeginUpdate(TTextShapeFontDiff);
   BeginUpdate(TTextShapeFontDiff);
   FAliased:=AValue;
   FAliased:=AValue;
+  InvalidateAll;
   EndUpdate;
   EndUpdate;
 end;
 end;