r785 - in trunk: . coser-ui/src/main/java/fr/ifremer/coser/ui/selection
Author: chatellier Date: 2011-03-15 10:07:06 +0000 (Tue, 15 Mar 2011) New Revision: 785 Log: Fix selection comment reload Modified: trunk/changelog.txt trunk/coser-ui/src/main/java/fr/ifremer/coser/ui/selection/SelectionDetailsView.jaxx Modified: trunk/changelog.txt =================================================================== --- trunk/changelog.txt 2011-03-15 10:01:50 UTC (rev 784) +++ trunk/changelog.txt 2011-03-15 10:07:06 UTC (rev 785) @@ -4,6 +4,7 @@ 1.0.3 ----- + * Fix selection comment reload * Remove replay selection menu * Allow "e" in double check for lat, long and swept surface * Set english website help link to correct locale Modified: trunk/coser-ui/src/main/java/fr/ifremer/coser/ui/selection/SelectionDetailsView.jaxx =================================================================== --- trunk/coser-ui/src/main/java/fr/ifremer/coser/ui/selection/SelectionDetailsView.jaxx 2011-03-15 10:01:50 UTC (rev 784) +++ trunk/coser-ui/src/main/java/fr/ifremer/coser/ui/selection/SelectionDetailsView.jaxx 2011-03-15 10:07:06 UTC (rev 785) @@ -104,7 +104,7 @@ </cell> <cell anchor="north" fill="horizontal" weighty="1" columns="3"> <JScrollPane> - <JTextArea id="detailsComment" rows="3" /> + <JTextArea id="detailsComment" text="{getSelection().getComment()}" rows="3" /> <javax.swing.text.Document javaBean="detailsComment.getDocument()" onInsertUpdate='getSelection().setComment(detailsComment.getText())' onRemoveUpdate='getSelection().setComment(detailsComment.getText())' />
participants (1)
-
chatellierï¼ users.labs.libre-entreprise.org