branch develop updated (f091844 -> 70151a6)
This is an automated email from the git hooks/post-receive script. New change to branch develop in repository tutti. See http://git.codelutin.com/tutti.git from f091844 fixes #6660: [CAPTURE] NPE à l'élévation des poids quand il n'y a pas d'espèces new 70151a6 fixes #6659 Plus de poids affichés dans le résumé suite à des changements de traits The 1 revisions listed above as "new" are entirely new to this repository and will be described in separate emails. The revisions listed as "adds" were already present in the repository and have only been added to this reference. Detailed log of new commits: commit 70151a685dbe1b41eaf3cd50c3f2e2ad5a6d1b98 Author: Kevin Morin <morin@codelutin.com> Date: Fri Feb 13 10:52:48 2015 +0100 fixes #6659 Plus de poids affichés dans le résumé suite à des changements de traits Summary of changes: .../ui/swing/content/operation/catches/EditCatchesSvgHandler.java | 3 +++ 1 file changed, 3 insertions(+) -- To stop receiving notification emails like this one, please contact codelutin.com SCM administrator <admin+scm@codelutin.com>.
This is an automated email from the git hooks/post-receive script. New commit to branch develop in repository tutti. See http://git.codelutin.com/tutti.git commit 70151a685dbe1b41eaf3cd50c3f2e2ad5a6d1b98 Author: Kevin Morin <morin@codelutin.com> Date: Fri Feb 13 10:52:48 2015 +0100 fixes #6659 Plus de poids affichés dans le résumé suite à des changements de traits --- .../ui/swing/content/operation/catches/EditCatchesSvgHandler.java | 3 +++ 1 file changed, 3 insertions(+) diff --git a/tutti-ui-swing/src/main/java/fr/ifremer/tutti/ui/swing/content/operation/catches/EditCatchesSvgHandler.java b/tutti-ui-swing/src/main/java/fr/ifremer/tutti/ui/swing/content/operation/catches/EditCatchesSvgHandler.java index 8b07843..72b4bb0 100644 --- a/tutti-ui-swing/src/main/java/fr/ifremer/tutti/ui/swing/content/operation/catches/EditCatchesSvgHandler.java +++ b/tutti-ui-swing/src/main/java/fr/ifremer/tutti/ui/swing/content/operation/catches/EditCatchesSvgHandler.java @@ -120,6 +120,9 @@ public class EditCatchesSvgHandler { public void initResumeSvg() { + // remove all in case the previous canvas has not been removed + ui.getSvgCanvasPanel().removeAll(); + try { String parser = XMLResourceDescriptor.getXMLParserClassName(); SAXSVGDocumentFactory f = new SAXSVGDocumentFactory(parser); -- To stop receiving notification emails like this one, please contact codelutin.com SCM administrator <admin+scm@codelutin.com>.
participants (1)
-
codelutin.com scm