From aa460b80b4f0eefc1f569122e3f17a6b098f5bf2 Mon Sep 17 00:00:00 2001 From: juha Date: Sun, 23 Nov 2014 18:42:28 +0000 Subject: [PATCH] Object Inspector: Remove code that prevents SpeedButton background erase. Patch from Sandro Cumerlato. git-svn-id: trunk@46975 - --- components/ideintf/objectinspector.pp | 5 ----- 1 file changed, 5 deletions(-) diff --git a/components/ideintf/objectinspector.pp b/components/ideintf/objectinspector.pp index 9795c87771..db93b1f2de 100644 --- a/components/ideintf/objectinspector.pp +++ b/components/ideintf/objectinspector.pp @@ -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;