Explorar el Código

update text when activating aliasing

circular17 hace 3 años
padre
commit
3daab423fe
Se han modificado 1 ficheros con 1 adiciones y 0 borrados
  1. 1 0
      lazpaintcontrols/lcvectortextshapes.pas

+ 1 - 0
lazpaintcontrols/lcvectortextshapes.pas

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