Bug in TCustomAdvPanel.ChangeScale

in TCustomAdvPanel.ChangeScale there is a scaling of FStyler.Settings.Font.Height

  if Assigned(FStyler) then
  begin
    FStyler.Settings.Font.Height := MulDiv(FStyler.Settings.Font.Height, M, D);
  end;

The Problem with this is - if you got more than one Panel on the Form this is done for EACH Panel and 
FStyler.Settings.Font.Height is updated several times.
i.e. a scale of 200% with 5 TAdvPanel on the Form will scale FStyler.Settings.Font.Height from -12 to -384... 




sorry - wrong Forum... 

Thanks for reporting. We have applied a fix that will be included in the next update.