Updated submodules

Unfinished Toolbar Button
This commit is contained in:
michael starke
2013-07-27 02:56:35 +02:00
parent 3dfadd7af1
commit 5378410937
8 changed files with 27 additions and 9 deletions

View File

@@ -100,6 +100,7 @@ NSString *const MPToolbarItemInspector = @"TOOLBAR_INSPECTOR";
fittingRect.size.width = MAX( (CGFloat)32.0,fittingRect.size.width);
[button setFrame:fittingRect];
[item setView:button];
/* Create the Contextual Menu button */
NSMenuItem *menuRepresentation = [[NSMenuItem alloc] initWithTitle:itemLabel
action:[self _actionForToolbarItemIdentifier:itemIdentifier]
keyEquivalent:@""];