| 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 |
| r243536 | r243537 | |
|---|---|---|
| 359 | 359 | |
| 360 | 360 | - (BOOL)control:(NSControl *)control textShouldBeginEditing:(NSText *)fieldEditor |
| 361 | 361 | { |
| 362 | [history edit]; | |
| 362 | if (control == expressionField) | |
| 363 | [history edit]; | |
| 364 | ||
| 363 | 365 | return YES; |
| 364 | 366 | } |
| 365 | 367 |
| https://github.com/mamedev/mame/commit/503f71a189a0e6bba0aa4fc23354c3f3f268664f |
| Previous | 199869 Revisions | Next |