Fixed regression in Preferences preventing willShowTab and didShowTab from being called.

This commit is contained in:
Michael Starke
2020-11-03 17:08:09 +01:00
parent 927a4bf86e
commit 8e3bca062b
4 changed files with 34 additions and 10 deletions

View File

@@ -12,6 +12,9 @@ NS_ASSUME_NONNULL_BEGIN
@interface MPTabViewController : NSTabViewController
@property (nonatomic, copy, nullable) void (^willSelectTabHandler)(NSTabViewItem *item);
@property (nonatomic, copy, nullable) void (^didSelectTabHandler)(NSTabViewItem *item);
@end
NS_ASSUME_NONNULL_END