EtheaDev / StyledComponents

Components similar to Delphi VCL Buttons, Toolbar, DbNavigator, BindNavigator, ButtonGroup and CategoryButtons with Custom Graphic Styles, and an advanced, full-customizable TaskDialog, also with animations!
Apache License 2.0
152 stars 34 forks source link

copy a TStyledToolButton from a TStyledToolbar on a Tpanel #26

Closed MAUROFAILO closed 2 months ago

MAUROFAILO commented 2 months ago

When i copy a TStyledToolButton from a TStyledToolbar on a Tpanel does not copy the Stylefamily, style class, etc. I have to set them manually after copy.

carloBarazzetta commented 2 months ago

You can copy and place a StyledToolButton directly on a Form or Panel, but it's a bug... It's a miracle that a StyledToolButton works outside a StyledToolbar. Use a StyledButton instead if you need a button outside a Toolbar.