mirror of
https://github.com/MacPass/MacPass.git
synced 2025-12-24 08:49:42 +00:00
Fixed #104. Saving untitled documents now should work
This commit is contained in:
@@ -62,6 +62,7 @@ NSString *const MPToolbarItemInspector = @"TOOLBAR_INSPECTOR";
|
||||
NSPopUpButton *popupButton = [[NSPopUpButton alloc] initWithFrame:NSMakeRect(0, 0, 50, 32) pullsDown:YES];
|
||||
[[popupButton cell] setBezelStyle:NSTexturedRoundedBezelStyle];
|
||||
[[popupButton cell] setImageScaling:NSImageScaleProportionallyDown];
|
||||
[popupButton setFocusRingType:NSFocusRingTypeNone];
|
||||
[popupButton setTitle:@""];
|
||||
[popupButton sizeToFit];
|
||||
|
||||
|
||||
Reference in New Issue
Block a user