diff options
| author | Pietro Gagliardi <[email protected]> | 2014-08-29 17:55:27 -0400 |
|---|---|---|
| committer | Pietro Gagliardi <[email protected]> | 2014-08-29 17:55:27 -0400 |
| commit | 1ff16049ab76df6813437eedd36887c40ecdd818 (patch) | |
| tree | fc86a9309d12b7b2cb07efc40b5086b73d224503 | |
| parent | 5d47e2f016392a42c4fd3490616a85b33899e454 (diff) | |
Added expository comment.
| -rw-r--r-- | redo/area_darwin.m | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/redo/area_darwin.m b/redo/area_darwin.m index f9401c8..9049c3a 100644 --- a/redo/area_darwin.m +++ b/redo/area_darwin.m @@ -101,6 +101,7 @@ retevent(doKeyDown, areaView_keyDown) retevent(doKeyUp, areaView_keyUp) retevent(doFlagsChanged, areaView_flagsChanged) +// seems to be triggered when the user would have finished editing the NSTextField anyway according to the system's rules on that (at least on Mountain Lion) - (void)observeValueForKeyPath:(NSString *)keyPath ofObject:(id)object change:(NSDictionary *)change context:(void *)context { areaTextFieldDismissed(self->goarea); |
