mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-08-10 14:36:09 +02:00
Object Inspector: Remove code that prevents SpeedButton background erase. Patch from Sandro Cumerlato.
git-svn-id: trunk@46975 -
This commit is contained in:
parent
1fe3846321
commit
aa460b80b4
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user