diff --git a/AppKit/CPToolbarItem.j b/AppKit/CPToolbarItem.j index b0d9f9c47..c235463a9 100644 --- a/AppKit/CPToolbarItem.j +++ b/AppKit/CPToolbarItem.j @@ -458,15 +458,16 @@ CPToolbarItemVisibilityPriorityUser [copy setLabel:_label]; [copy setPaletteLabel:_paletteLabel]; [copy setToolTip:[self toolTip]]; - + [copy setTag:[self tag]]; [copy setTarget:[self target]]; [copy setAction:[self action]]; [copy setEnabled:[self isEnabled]]; - [copy setImage:_image]; - [copy setAlternateImage:_alternateImage]; - + + [copy setImage:[self image]]; + [copy setAlternateImage:[self alternateImage]]; + [copy setMinSize:_minSize]; [copy setMaxSize:_maxSize];