macOS fixes.

This commit is contained in:
byuu
2019-08-17 23:53:21 +09:00
parent 5ba538ee39
commit ab25877af4
2 changed files with 3 additions and 3 deletions

View File

@@ -17,11 +17,11 @@
}
-(void) textDidChange:(NSNotification*)n {
lineEdit->state.text = [[self stringValue] UTF8String];
lineEdit->doChange();
}
-(IBAction) activate:(id)sender {
lineEdit->state.text = [[self stringValue] UTF8String];
lineEdit->doActivate();
}