зеркало из https://github.com/github/Rebel.git
Merge pull request #87 from anozaki/NSViewSwappingIssue
RBLViewControllerAddition replaces wrong method.
This commit is contained in:
Коммит
a7652961b8
|
@ -22,7 +22,7 @@ void *kRBLViewControllerKey = &kRBLViewControllerKey;
|
|||
}
|
||||
|
||||
-(void)setRbl_viewController:(id)newViewController {
|
||||
[[self class] loadSupportForRBLViewControllers];
|
||||
[NSView loadSupportForRBLViewControllers];
|
||||
|
||||
if (self.rbl_viewController) {
|
||||
NSResponder *controllerNextResponder = [self.rbl_viewController nextResponder];
|
||||
|
|
Загрузка…
Ссылка в новой задаче