RotarySwitch bug in XE4

Hello,


I have a RotarySwitch with DivisionsStartAngle set at 45 and DivisionsStopAngle set at -45 which works fine under XE2 but when compiling in XE4 the Positions labels are truncated. Any fix for this?

Hi, 


Can you try it with the following code:

procedure TForm1024.TMSFMXRotarySwitch1ApplyDivisionTextStyle(Sender: TObject;
  AOriginalText, AText: TText; DivisionUnit: Integer; Value: Single);
begin
  aText.AutoSize := True;
end;

Kind Regards, 
Pieter

That fixed the truncated texts, but those texts are not positioned correctly (they overlap the RotarySwitch and the divisions lines).