branch develop updated (f148359c -> 0af12e2f)
This is an automated email from the git hooks/post-receive script. New change to branch develop in repository faxtomail. See https://gitlab.nuiton.org/codelutin/faxtomail.git from f148359c Update .gitlab-ci.yml new 81cc8558 Fixes #10746 : Suprression de la MAJ automatique de la position du curseur -> il reste toujours en haut par défaut new 0af12e2f Fixes #10746 : Suprression de la MAJ automatique de la position du curseur -> il reste toujours en haut par défaut The 2 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 0af12e2fe259e42ee699e177776ba7aee16c90dc Author: jcouteau <couteau@codelutin.com> Date: Tue Oct 6 16:41:20 2020 +0200 Fixes #10746 : Suprression de la MAJ automatique de la position du curseur -> il reste toujours en haut par défaut commit 81cc8558b9f90c1d7ea28b2f43f68ad63bbbd564 Author: jcouteau <couteau@codelutin.com> Date: Tue Oct 6 16:41:06 2020 +0200 Fixes #10746 : Suprression de la MAJ automatique de la position du curseur -> il reste toujours en haut par défaut Summary of changes: .../ui/swing/content/demande/replies/DemandRepliesUIHandler.java | 2 -- 1 file changed, 2 deletions(-) -- 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 faxtomail. See https://gitlab.nuiton.org/codelutin/faxtomail.git commit 81cc8558b9f90c1d7ea28b2f43f68ad63bbbd564 Author: jcouteau <couteau@codelutin.com> Date: Tue Oct 6 16:41:06 2020 +0200 Fixes #10746 : Suprression de la MAJ automatique de la position du curseur -> il reste toujours en haut par défaut --- .../ui/swing/content/demande/replies/DemandRepliesUIHandler.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/faxtomail-ui-swing/src/main/java/com/franciaflex/faxtomail/ui/swing/content/demande/replies/DemandRepliesUIHandler.java b/faxtomail-ui-swing/src/main/java/com/franciaflex/faxtomail/ui/swing/content/demande/replies/DemandRepliesUIHandler.java index 9588edff..0b895c36 100644 --- a/faxtomail-ui-swing/src/main/java/com/franciaflex/faxtomail/ui/swing/content/demande/replies/DemandRepliesUIHandler.java +++ b/faxtomail-ui-swing/src/main/java/com/franciaflex/faxtomail/ui/swing/content/demande/replies/DemandRepliesUIHandler.java @@ -237,7 +237,7 @@ public class DemandRepliesUIHandler extends AbstractToolbarPopupHandler<DemandeU JFrame frame = openFrame(dialogContent, t("faxtomail.reply.forward", message.getSubject()), new Dimension(800, 600)); //Set caret to top position, cf. #10746 - dialogContent.getMessage().setCaretPosition(0); + //dialogContent.getMessage().setCaretPosition(0); frame.setVisible(true); } catch (Exception e) { -- 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 faxtomail. See https://gitlab.nuiton.org/codelutin/faxtomail.git commit 0af12e2fe259e42ee699e177776ba7aee16c90dc Author: jcouteau <couteau@codelutin.com> Date: Tue Oct 6 16:41:20 2020 +0200 Fixes #10746 : Suprression de la MAJ automatique de la position du curseur -> il reste toujours en haut par défaut --- .../ui/swing/content/demande/replies/DemandRepliesUIHandler.java | 2 -- 1 file changed, 2 deletions(-) diff --git a/faxtomail-ui-swing/src/main/java/com/franciaflex/faxtomail/ui/swing/content/demande/replies/DemandRepliesUIHandler.java b/faxtomail-ui-swing/src/main/java/com/franciaflex/faxtomail/ui/swing/content/demande/replies/DemandRepliesUIHandler.java index 0b895c36..35831b5f 100644 --- a/faxtomail-ui-swing/src/main/java/com/franciaflex/faxtomail/ui/swing/content/demande/replies/DemandRepliesUIHandler.java +++ b/faxtomail-ui-swing/src/main/java/com/franciaflex/faxtomail/ui/swing/content/demande/replies/DemandRepliesUIHandler.java @@ -236,8 +236,6 @@ public class DemandRepliesUIHandler extends AbstractToolbarPopupHandler<DemandeU JFrame frame = openFrame(dialogContent, t("faxtomail.reply.forward", message.getSubject()), new Dimension(800, 600)); - //Set caret to top position, cf. #10746 - //dialogContent.getMessage().setCaretPosition(0); frame.setVisible(true); } catch (Exception e) { -- To stop receiving notification emails like this one, please contact codelutin.com SCM administrator <admin+scm@codelutin.com>.
participants (1)
-
codelutin.com scm