mirror of
https://github.com/MacPass/MacPass.git
synced 2025-12-14 16:22:21 +00:00
Removed commented code
This commit is contained in:
@@ -349,7 +349,7 @@ NSString *const MPCurrentItemChangedNotification = @"com.hicknhack.macpass.MPCur
|
|||||||
}
|
}
|
||||||
_firstResponder = firstResonder;
|
_firstResponder = firstResonder;
|
||||||
if([_firstResponder isKindOfClass:[NSView class]]) {
|
if([_firstResponder isKindOfClass:[NSView class]]) {
|
||||||
//self _updateCurrentItem:[NSNotification notificationWithName:@"dummy" object:_firstResponder ]];
|
[self _updateCurrentItem:[NSNotification notificationWithName:@"dummy" object:_firstResponder ]];
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user