mirror of
https://github.com/MacPass/MacPass.git
synced 2025-12-23 05:29:26 +00:00
Removed unused View stubs
Cleaned the deselectoin/selection behavior on click/select/open/close of databases
This commit is contained in:
@@ -10,6 +10,14 @@
|
||||
|
||||
@implementation MPToolbarButton
|
||||
|
||||
- (id)initWithFrame:(NSRect)frameRect {
|
||||
self = [super initWithFrame:frameRect];
|
||||
if(self) {
|
||||
[self setFocusRingType:NSFocusRingTypeNone];
|
||||
}
|
||||
return self;
|
||||
}
|
||||
|
||||
- (void)setControlSize:(NSControlSize)controlSize {
|
||||
[[self cell] setControlSize:controlSize];
|
||||
switch (controlSize) {
|
||||
|
||||
Reference in New Issue
Block a user