TsColorBox in V16.02 with FastMM5

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #69940
    Lasse
    Participant

      I was able to fix this for now like this:

      procedure TacItemsPopupForm.UpdateControls;
      ...
        procedure AddItem(const ACaption: string);
       ...
            Flat := False; // True; Lasse

      You will see why. It will crash here:

      procedure TCustomSpeedButton.UpdateTracking;
      var
        P: TPoint;
      begin
        if FFlat then

      Of course this is just a temporary solution.

      • This reply was modified 4 years, 11 months ago by Lasse.
      #69948
      Support
      Keymaster

        Thank you for the message, this error will be fixed in the nearest release.

      Viewing 2 posts - 1 through 2 (of 2 total)
      • You must be logged in to reply to this topic.