From 1ff16049ab76df6813437eedd36887c40ecdd818 Mon Sep 17 00:00:00 2001 From: Pietro Gagliardi Date: Fri, 29 Aug 2014 17:55:27 -0400 Subject: [PATCH] Added expository comment. --- redo/area_darwin.m | 1 + 1 file changed, 1 insertion(+) 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);