OfficeSelector drop down button firing click event

Software: TMS Component Pack
Version: 6.4.4

Behaviour noticed: When clicking on the drop down button on a office selector the click event was sometimes firing.

In the TAdvCustomOfficeSelector.MouseUp procedure (line 3247) the code is using a fixed value of 8 for the width of the drop down button rather than the variable FDropDownBtnWidth. So when the left half of the drop down button is pressed the control is firing the click event as well as displaying the drop down menu.

Suggestion - update to use FDropDownBtnWidth

Thanks for notifying it, we have addressed this issue.