TAdvSmoothListBoxItem CopySettings assignment

Found a small bug in AdvSmoothListBox.pas

GraphicRightHeight is being assigned to GraphicRightWidth in CopySettings. Line ~ 8993 in v5.0.1.5

~~~~~~~~~~
procedure TAdvSmoothListBoxItem.CopySettings(Source: TPersistent);
...
    FGraphicRightHeight := (Source as TAdvSmoothListBoxItem).GraphicRightWidth;
~~~~~~~~~~

regards

-- 
Ian Krigsman

Hi, 


We have investigated this here and have applied a fix for this, the next version will address this issue.

Kind Regards, 
Pieter

Thanks for the quick response. :-)


-- 
Ian