This is an automated email from the git hooks/post-receive script. New commit to branch develop in repository faxtomail. See https://gitlab.nuiton.org/codelutin/faxtomail.git commit ed6218b80fc852002a11d890c1011eada1c5c7dc Author: jcouteau <couteau@codelutin.com> Date: Wed Jun 20 16:04:41 2018 +0200 fixes #9787 - Liste des fenêtres qui s’empilent les unes sur les autres sans pouvoir les afficher. --- .../com/franciaflex/faxtomail/ui/swing/actions/ShowDemandeAction.java | 3 +++ 1 file changed, 3 insertions(+) diff --git a/faxtomail-ui-swing/src/main/java/com/franciaflex/faxtomail/ui/swing/actions/ShowDemandeAction.java b/faxtomail-ui-swing/src/main/java/com/franciaflex/faxtomail/ui/swing/actions/ShowDemandeAction.java index b4115440..c0d43082 100644 --- a/faxtomail-ui-swing/src/main/java/com/franciaflex/faxtomail/ui/swing/actions/ShowDemandeAction.java +++ b/faxtomail-ui-swing/src/main/java/com/franciaflex/faxtomail/ui/swing/actions/ShowDemandeAction.java @@ -208,6 +208,9 @@ public class ShowDemandeAction extends AbstractMainUIFaxToMailAction { List<Client> allowedClients = getContext().getClientCache(); currentEmail.setAllowedClients(allowedClients); + + //JC2018-06-20 bring to front to prevent #9787 from happening on windows + bringCurrentDemandToFront(); } @Override -- To stop receiving notification emails like this one, please contact codelutin.com SCM administrator <admin+scm@codelutin.com>.