Closed sganz closed 6 months ago
Submitted a small pull request.
In ColorSpeedButton.pas:560
if PopupMode then begin p := Parent.ClientToScreen(Point(Left, Top)); PopupMenu.PopUp(p.x, p.y + Height); end;
If you forget to set the PopupMenu property after settintg the PopupMode to True, you can have a runtime exception.
This is in this Pull Request
Applied pull request. Thanks.
Submitted a small pull request.
In ColorSpeedButton.pas:560
If you forget to set the PopupMenu property after settintg the PopupMode to True, you can have a runtime exception.
This is in this Pull Request