Please review attached patch.

- removed code that prevent SpeedButton background erase.

Sandro
Index: components/ideintf/objectinspector.pp
===================================================================
--- components/ideintf/objectinspector.pp       (revisione 46974)
+++ components/ideintf/objectinspector.pp       (copia locale)
@@ -2660,11 +2660,6 @@
   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;
--
_______________________________________________
Lazarus mailing list
[email protected]
http://lists.lazarus.freepascal.org/mailman/listinfo/lazarus

Reply via email to