Temporary revert to fix auto-complete window processing

git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/branches/gnustep_testplant_branch@37070 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
Marcian Lytwyn 2013-09-11 18:43:55 +00:00
parent 45c1de514f
commit 5bebf8d94e
2 changed files with 16 additions and 20 deletions

View file

@ -2767,7 +2767,7 @@ TextDidEndEditing notification _without_ asking the delegate
[undo registerUndoWithTarget: _textStorage
selector: @selector(_undoTextChange:)
object: undoObject];
if (isTyping || _tf.isAutoCompleting)
if (isTyping) // || _tf.isAutoCompleting)
_undoObject = undoObject;
else
RELEASE(undoObject);