mirror of
https://github.com/gnustep/libs-gui.git
synced 2025-05-30 17:40:36 +00:00
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:
parent
45c1de514f
commit
5bebf8d94e
2 changed files with 16 additions and 20 deletions
|
@ -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);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue