weird, how did this slip

This commit is contained in:
Mazyad Alabduljaleel 2015-07-17 17:15:41 +03:00
parent d8b7b1d565
commit 32c5be84b8
1 changed files with 1 additions and 1 deletions

View File

@ -198,7 +198,7 @@
- (void)openKeyboard
{
NSView *contentView = [self getNSWindow].contentView;
NSView *contentView = self.window.contentView;
if (!_secure) {
[contentView addSubview:_textField];