This is an automated email from the git hooks/post-receive script. New commit to branch develop-5.x in repository observe. See https://gitlab.nuiton.org/codelutin/observe.git commit d39049681f7d30fe877010dd9c3fa2ab5d4cee9c Author: Tony CHEMIT <chemit@codelutin.com> Date: Wed Dec 14 16:50:18 2016 +0100 Problèmes d'affichage des formulaires depuis la 5.1.3 (Fixes #8877) --- .../fr/ird/observe/application/swing/ui/content/ContentUIManager.java | 1 + 1 file changed, 1 insertion(+) diff --git a/application-swing/src/main/java/fr/ird/observe/application/swing/ui/content/ContentUIManager.java b/application-swing/src/main/java/fr/ird/observe/application/swing/ui/content/ContentUIManager.java index 4f96d55..e2a6212 100644 --- a/application-swing/src/main/java/fr/ird/observe/application/swing/ui/content/ContentUIManager.java +++ b/application-swing/src/main/java/fr/ird/observe/application/swing/ui/content/ContentUIManager.java @@ -351,6 +351,7 @@ public class ContentUIManager { ContentUI<?> selectedContentUI = getSelectedContentUI(); if (selectedContentUI != null) { getLayout().removeLayoutComponent(selectedContentUI, selectedContentUI.getClass().getName()); + getLayoutContent().remove(selectedContentUI); selectedContentUI.destroy(); } } -- To stop receiving notification emails like this one, please contact codelutin.com SCM administrator <admin+scm@codelutin.com>.