mirror of
https://github.com/cappuccino/cappuccino.git
synced 2026-08-28 06:27:02 +00:00
Fix for tag not being set on button in toolbar.
Reviewed by me.
This commit is contained in:
@@ -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];
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user