Using NSViewController presentation instead of manual NSPopup creation

This commit is contained in:
Michael Starke
2018-11-05 17:36:32 +01:00
parent d6b95118da
commit 1ed35a6eab
10 changed files with 40 additions and 95 deletions

View File

@@ -24,7 +24,7 @@
#import <HNHUi/HNHUi.h>
@class MPIconImageView;
@interface MPInspectorViewController : MPViewController <NSPopoverDelegate, HNHUITextViewDelegate>
@interface MPInspectorViewController : MPViewController <HNHUITextViewDelegate>
@property (weak) IBOutlet NSTextField *noSelectionInfo;
@property (weak) IBOutlet MPIconImageView *itemImageView;