From 227e90ee24fb38f2b34064fae3a19ad6367b6598 Mon Sep 17 00:00:00 2001 From: paul Date: Thu, 25 Oct 2007 02:17:13 +0000 Subject: [PATCH] publish visible property for TButtonPanel (from Aleksey Lagunov) git-svn-id: trunk@12584 - --- lcl/buttonpanel.pas | 1 + 1 file changed, 1 insertion(+) diff --git a/lcl/buttonpanel.pas b/lcl/buttonpanel.pas index 38e939ba2b..0a26c92b75 100644 --- a/lcl/buttonpanel.pas +++ b/lcl/buttonpanel.pas @@ -105,6 +105,7 @@ type property OnResize; property ShowButtons; property ShowGlyphs; + property Visible; end; procedure Register;