Popover for image selection now gets created correctly

NSPopupimageview now sends action on mouse clicks
This commit is contained in:
michael starke
2013-03-11 02:43:23 +01:00
parent 5271381d5e
commit 46636445a4
7 changed files with 217 additions and 304 deletions

View File

@@ -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;