Re: Question about NSUndoManager

2013-11-04 Thread Germán Arias
On 2013-11-04 10:32:29 -0600 Riccardo Mottola wrote: > Hi, > > Germn Arias wrote: >> Well, I added a small fix in Base for don't return null objects for item >> title. > Hmm, perhaps that is not the real cause. By testing a bit undo, I > noticed that sometimes the action has the wrong name.

Re: Question about NSUndoManager

2013-11-04 Thread Germán Arias
On 2013-11-03 10:24:24 -0600 Riccardo Mottola wrote: > Hi Germn, > > Germn Arias wrote: >> Try this: >> >> 1: Open Graphos. >> 2: Display the "Edit" menu. >> 3: Add some object to the document, and don't move >> the mouse out of the document window. >> 4: The "Undo" menu item don't di

Re: Question about NSUndoManager

2013-11-04 Thread Riccardo Mottola
Hi, Germán Arias wrote: Well, I added a small fix in Base for don't return null objects for item title. Hmm, perhaps that is not the real cause. By testing a bit undo, I noticed that sometimes the action has the wrong name. E.g. 1) move an object 2) edit it now undo may sometimes show "undo

Re: Question about NSUndoManager

2013-11-03 Thread Germán Arias
On 2013-11-03 10:24:24 -0600 Riccardo Mottola wrote: > Hi Germn, > > Germn Arias wrote: >> Try this: >> >> 1: Open Graphos. >> 2: Display the "Edit" menu. >> 3: Add some object to the document, and don't move >> the mouse out of the document window. >> 4: The "Undo" menu item don't di

Re: Question about NSUndoManager

2013-11-03 Thread Riccardo Mottola
Hi Germán, Germán Arias wrote: Try this: 1: Open Graphos. 2: Display the "Edit" menu. 3: Add some object to the document, and don't move the mouse out of the document window. 4: The "Undo" menu item don't display a title. 5: Move the mouse out of the document window, the title of the

Question about NSUndoManager

2013-11-02 Thread Germán Arias
Try this: 1: Open Graphos. 2: Display the "Edit" menu. 3: Add some object to the document, and don't move the mouse out of the document window. 4: The "Undo" menu item don't display a title. 5: Move the mouse out of the document window, the title of the item is now updated. Is this a bug