branch feature/7944-2 updated (06c55a4 -> aa0ac85)
This is an automated email from the git hooks/post-receive script. New change to branch feature/7944-2 in repository tutti. See http://git.codelutin.com/tutti.git from 06c55a4 rtp.a en double au lieu de float pour la précision (refs #7944) new aa0ac85 reset the row list when the editor is initialised (fixes #7944) 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 aa0ac85435e5ff1bde279367529b5d9326d65e3f Author: Kevin Morin <morin@codelutin.com> Date: Wed Feb 3 14:52:18 2016 +0100 reset the row list when the editor is initialised (fixes #7944) Summary of changes: .../fr/ifremer/tutti/ui/swing/content/protocol/rtp/RtpEditorUIModel.java | 1 + 1 file changed, 1 insertion(+) -- 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 feature/7944-2 in repository tutti. See http://git.codelutin.com/tutti.git commit aa0ac85435e5ff1bde279367529b5d9326d65e3f Author: Kevin Morin <morin@codelutin.com> Date: Wed Feb 3 14:52:18 2016 +0100 reset the row list when the editor is initialised (fixes #7944) --- .../fr/ifremer/tutti/ui/swing/content/protocol/rtp/RtpEditorUIModel.java | 1 + 1 file changed, 1 insertion(+) diff --git a/tutti-ui-swing/src/main/java/fr/ifremer/tutti/ui/swing/content/protocol/rtp/RtpEditorUIModel.java b/tutti-ui-swing/src/main/java/fr/ifremer/tutti/ui/swing/content/protocol/rtp/RtpEditorUIModel.java index 5eb564d..d50e615 100644 --- a/tutti-ui-swing/src/main/java/fr/ifremer/tutti/ui/swing/content/protocol/rtp/RtpEditorUIModel.java +++ b/tutti-ui-swing/src/main/java/fr/ifremer/tutti/ui/swing/content/protocol/rtp/RtpEditorUIModel.java @@ -185,6 +185,7 @@ public class RtpEditorUIModel extends AbstractTuttiBeanUIModel<EditProtocolSpeci this.tableModel = tableModel; + rows.clear(); int rowIndex = 0; for (int i = 0 ; i < tableModel.getRowCount() ; i++) { -- To stop receiving notification emails like this one, please contact codelutin.com SCM administrator <admin+scm@codelutin.com>.
participants (1)
-
codelutin.com scm