changeset 729 | 7ddbe3fa34a1 |
parent 727 | 96402b172173 |
child 746 | ee6b0f3a4c2f |
1.1 --- a/mapcenterobj.cpp Tue Nov 04 12:09:10 2008 +0000 1.2 +++ b/mapcenterobj.cpp Mon Dec 08 16:57:33 2008 +0000 1.3 @@ -174,7 +174,10 @@ 1.4 // Save frame 1.5 s+=frame->saveToDir (); 1.6 1.7 - // add link to file in s 1.8 + // Update of note is usually done while unselecting a branch 1.9 + if (isNoteInEditor) getNoteFromTextEditor(); 1.10 + 1.11 + // save note 1.12 if (!note.isEmpty() ) 1.13 s+=note.saveToDir(); 1.14