Hello Chris,
I committed a bug fix for the bug in the subject. Please check if it
works OK because I am not sure if there are any side effects.
Regards, Dimitry
Modified Files:
Tag: fm_060405_integration
PasteAction.java
Log Message:
Bug fix for [ freemind-Bugs-2513302 ] Node drag&dropping looses notes
Index: PasteAction.java
===================================================================
RCS file:
/cvsroot/freemind/freemind/freemind/modes/mindmapmode/actions/Attic/PasteAction.java,v
retrieving revision 1.1.2.2.2.22
retrieving revision 1.1.2.2.2.23
diff -C2 -d -r1.1.2.2.2.22 -r1.1.2.2.2.23
*** PasteAction.java 9 Dec 2008 21:09:43 -0000 1.1.2.2.2.22
--- PasteAction.java 16 Jan 2009 23:10:45 -0000 1.1.2.2.2.23
***************
*** 255,258 ****
--- 255,262 ----
MindMapNodeModel newModel = pasteXMLWithoutRedisplay(
textLines[i], target, asSibling, true,
isLeft, IDToTarget);
+ ListIterator childrenUnfolded =
newModel.childrenUnfolded();
+ while(childrenUnfolded.hasNext()){
+
pMindMapController.fireRecursiveNodeCreateEvent((MindMapNode)
childrenUnfolded.next());
+ }
newModel.setLeft(isLeft);
addUndoAction(newModel);
------------------------------------------------------------------------------
------------------------------------------------------------------------------
This SF.net email is sponsored by:
SourcForge Community
SourceForge wants to tell your story.
http://p.sf.net/sfu/sf-spreadtheword
_______________________________________________
Freemind-developer mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/freemind-developer