diff --git a/AppKit/CPToolbar.j b/AppKit/CPToolbar.j index 980e8124d..fe6667585 100644 --- a/AppKit/CPToolbar.j +++ b/AppKit/CPToolbar.j @@ -769,6 +769,8 @@ var _CPToolbarItemInfoMake = function(anIndex, aView, aLabel, aMinWidth) [view setTarget:[item target]]; [view setAction:[item action]]; + + [view setTag:[item tag]]; [view setImagePosition:CPImageOnly]; }