Skip to content

Commit 20dc5b7

Browse files
author
Carlo Barazzetta
committed
Fix error compiling 2.Vcl.StyledAnimatedComponents.dpk
1 parent 134bb42 commit 20dc5b7

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

packages/Vcl.StyledAnimatedComponentsRegister.pas

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -170,7 +170,7 @@ procedure TStyledAnimatedToolbarComponentEditor.ExecuteVerb(Index: Integer);
170170
LNewButton.Name := Designer.UniqueName('Button');
171171
LNewButton.Caption := 'Button';
172172
end;
173-
if EditStyledButton(LNewButton) then
173+
if EditStyledControl(LNewButton) then
174174
begin
175175
LToolbar.SetToolbarStyle(LNewButton.StyleFamily,
176176
LNewButton.StyleClass, LNewButton.StyleAppearance);

0 commit comments

Comments
 (0)