diff -r a8a98a94899a -r 7ddbe3fa34a1 mapcenterobj.cpp --- a/mapcenterobj.cpp Tue Nov 04 12:09:10 2008 +0000 +++ b/mapcenterobj.cpp Mon Dec 08 16:57:33 2008 +0000 @@ -174,7 +174,10 @@ // Save frame s+=frame->saveToDir (); - // add link to file in s + // Update of note is usually done while unselecting a branch + if (isNoteInEditor) getNoteFromTextEditor(); + + // save note if (!note.isEmpty() ) s+=note.saveToDir();