Object Inspector: Remove code that prevents SpeedButton background erase. Patch from Sandro Cumerlato.

git-svn-id: trunk@46975 -
This commit is contained in:
juha 2014-11-23 18:42:28 +00:00
parent 1fe3846321
commit aa460b80b4

View File

@ -2660,11 +2660,6 @@ begin
ValueRect := FullRect;
Inc(FullRect.Bottom, FRowSpacing);
if ARow = FItemIndex then
if Layout = oilHorizontal then
if Assigned(FCurrentButton) and (FCurrentButton.Visible) then
Dec(FullRect.Right, FCurrentButton.Width);
if Layout = oilHorizontal
then begin
NameRect.Right:=SplitterX;