mirror of
https://github.com/MacPass/MacPass.git
synced 2025-12-20 02:19:35 +00:00
Fixed rendering bug on 10.10 and 10.11 for custom fields
This commit is contained in:
13
MacPass/MPCustomFieldTableView.h
Normal file
13
MacPass/MPCustomFieldTableView.h
Normal file
@@ -0,0 +1,13 @@
|
||||
//
|
||||
// MPCustomFieldTableView.h
|
||||
// MacPass
|
||||
//
|
||||
// Created by Michael Starke on 11.09.18.
|
||||
// Copyright © 2018 HicknHack Software GmbH. All rights reserved.
|
||||
//
|
||||
|
||||
#import <Cocoa/Cocoa.h>
|
||||
|
||||
@interface MPCustomFieldTableView : NSTableView
|
||||
|
||||
@end
|
||||
Reference in New Issue
Block a user