mirror of https://github.com/axmolengine/axmol.git
weird, how did this slip
This commit is contained in:
parent
d8b7b1d565
commit
32c5be84b8
|
@ -198,7 +198,7 @@
|
|||
|
||||
- (void)openKeyboard
|
||||
{
|
||||
NSView *contentView = [self getNSWindow].contentView;
|
||||
NSView *contentView = self.window.contentView;
|
||||
|
||||
if (!_secure) {
|
||||
[contentView addSubview:_textField];
|
||||
|
|
Loading…
Reference in New Issue