smarthaert / phoenixlib

Automatically exported from code.google.com/p/phoenixlib
0 stars 0 forks source link

Gui Editor #122

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
When I Copy and Past a TPhxButton it's skin is not copied.

if Possible, please add support to copy/past Containers.

Original issue reported on code.google.com by wagenhei...@gmail.com on 17 Jan 2011 at 10:58

GoogleCodeExporter commented 9 years ago
Adding the line

    Control.SetSkin( Project.Engine.Skin);

after

    Control.Name:= GenerateControlName(Control.Parent, Name, Control.DefaultName);

in the uActions.pas actEditPasteExecute of the gui editor solves this.

Original comment by andreas....@gmail.com on 19 Jan 2011 at 6:21