mirror of
https://github.com/bsnes-emu/bsnes.git
synced 2025-08-30 17:49:52 +02:00
macOS fixes.
This commit is contained in:
@@ -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();
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user