Previous 199869 Revisions Next

r35025 Saturday 14th February, 2015 at 07:00:56 UTC by Vasantha Crabb
Check which control sends event
[src/osd/modules/debugger/osx]debugosxdebugwindowhandler.m

trunk/src/osd/modules/debugger/osx/debugosxdebugwindowhandler.m
r243536r243537
359359
360360- (BOOL)control:(NSControl *)control textShouldBeginEditing:(NSText *)fieldEditor
361361{
362   [history edit];
362   if (control == expressionField)
363      [history edit];
364
363365   return YES;
364366}
365367


Previous 199869 Revisions Next


© 1997-2024 The MAME Team