mirror of
https://github.com/MacPass/MacPass.git
synced 2025-12-14 14:02:28 +00:00
Popover for image selection now gets created correctly
NSPopupimageview now sends action on mouse clicks
This commit is contained in:
@@ -14,11 +14,16 @@
|
||||
|
||||
@implementation MPIconSelectViewController
|
||||
|
||||
|
||||
- (id)init {
|
||||
return [self initWithNibName:@"IconSelection" bundle:nil];
|
||||
}
|
||||
|
||||
- (id)initWithNibName:(NSString *)nibNameOrNil bundle:(NSBundle *)nibBundleOrNil
|
||||
{
|
||||
self = [super initWithNibName:nibNameOrNil bundle:nibBundleOrNil];
|
||||
if (self) {
|
||||
// Initialization code here.
|
||||
|
||||
}
|
||||
|
||||
return self;
|
||||
|
||||
Reference in New Issue
Block a user