Merge pull request #87 from anozaki/NSViewSwappingIssue

RBLViewControllerAddition replaces wrong method.
This commit is contained in:
Justin Spahr-Summers 2013-05-24 12:10:54 -07:00
Родитель 207b42c9a6 2ffe5b25fc
Коммит a7652961b8
1 изменённых файлов: 1 добавлений и 1 удалений

Просмотреть файл

@ -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];