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

@@ -8,6 +8,6 @@
#import "MPViewController.h"
@interface MPIconSelectViewController : MPViewController
@interface MPIconSelectViewController : MPViewController <NSCollectionViewDelegate>
@end