allow for drag and drop on iconImageView to update custom icons

This commit is contained in:
michael starke
2017-09-18 11:21:32 +02:00
parent 9ac3caa5b5
commit c444c27a98
9 changed files with 68 additions and 39 deletions

View File

@@ -23,7 +23,7 @@
#import "MPViewController.h"
@class HNHUIGradientView;
@class MPPopupImageView;
@class MPIconImageView;
@interface MPInspectorViewController : MPViewController <NSPopoverDelegate>
@@ -31,7 +31,7 @@
@property (weak) IBOutlet NSTextField *createdTextField;
@property (weak) IBOutlet NSTextField *modifiedTextField;
@property (weak) IBOutlet NSTextField *noSelectionInfo;
@property (weak) IBOutlet MPPopupImageView *itemImageView;
@property (weak) IBOutlet MPIconImageView *itemImageView;
@property (weak) IBOutlet NSTextField *itemNameTextField;
@property (weak) IBOutlet NSButton *saveChangesButton;
@property (weak) IBOutlet NSButton *discardChangesButton;