[jaxx] branch develop updated (57f82c7 -> 57d8fc2)
This is an automated email from the git hooks/post-receive script. New change to branch develop in repository jaxx. See http://git.nuiton.org/jaxx.git from 57f82c7 fixes #3517 Value of number cell editor not save when clicking outside a table fixes #3518 Number cell editor in edition on focus new 57d8fc2 add comment 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 57d8fc2ab1799b9ebed0519e0a36afdf209247ef Author: Kevin Morin <morin@codelutin.com> Date: Wed Sep 24 17:09:38 2014 +0200 add comment Summary of changes: .../src/main/java/jaxx/runtime/swing/editor/cell/NumberCellEditor.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) -- To stop receiving notification emails like this one, please contact nuiton.org SCM administrator <admin+scm@nuiton.org>.
This is an automated email from the git hooks/post-receive script. New commit to branch develop in repository jaxx. See http://git.nuiton.org/jaxx.git commit 57d8fc2ab1799b9ebed0519e0a36afdf209247ef Author: Kevin Morin <morin@codelutin.com> Date: Wed Sep 24 17:09:38 2014 +0200 add comment --- .../src/main/java/jaxx/runtime/swing/editor/cell/NumberCellEditor.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/jaxx-widgets/src/main/java/jaxx/runtime/swing/editor/cell/NumberCellEditor.java b/jaxx-widgets/src/main/java/jaxx/runtime/swing/editor/cell/NumberCellEditor.java index f3dd1fe..82cd0c6 100644 --- a/jaxx-widgets/src/main/java/jaxx/runtime/swing/editor/cell/NumberCellEditor.java +++ b/jaxx-widgets/src/main/java/jaxx/runtime/swing/editor/cell/NumberCellEditor.java @@ -90,7 +90,7 @@ public class NumberCellEditor<E extends Number> extends AbstractCellEditor @Override public void focusLost(FocusEvent e) { - // remove this to enable the change + // commenting the next line fixes http://www.nuiton.org/issues/3517 and http://www.nuiton.org/issues/3518 // cancelCellEditing(); } -- To stop receiving notification emails like this one, please contact nuiton.org SCM administrator <admin+scm@nuiton.org>.
participants (1)
-
nuiton.org scm