From 243b20e010bf79d35ad40dec659dcd59e2e8712c Mon Sep 17 00:00:00 2001 From: alexs75 Date: Thu, 26 Aug 2010 17:38:32 +0000 Subject: [PATCH] fix for TRxToolBar git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@1303 8e941d3f-bd1b-0410-a28a-d453659cc2b4 --- components/rx/rxtoolbar.pas | 1 + 1 file changed, 1 insertion(+) diff --git a/components/rx/rxtoolbar.pas b/components/rx/rxtoolbar.pas index 32b497d7c..8c89ce3fd 100644 --- a/components/rx/rxtoolbar.pas +++ b/components/rx/rxtoolbar.pas @@ -1417,6 +1417,7 @@ begin FButton.AutoSize:=false; FButton.FOwnerItem:=Self; FButton.FFullPush:=true; + FButton.ParentColor:=true; // if not (csLoading in TToolbarItems(ACollection).FToolPanel.ComponentState) then // FButton.Align:=BtnAl2Align[TToolbarItems(ACollection).FToolPanel.ButtonAllign];