branch develop updated (3887092 -> e817029)
This is an automated email from the git hooks/post-receive script. New change to branch develop in repository jaxx. See https://gitlab.nuiton.org/nuiton/jaxx.git from 3887092 update changelog new e817029 report from 2.42 (See #1903) 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 e8170296c31361a85d190d5b5f2f5beae26522cb Author: Tony CHEMIT <dev@tchemit.fr> Date: Sat Mar 11 12:13:10 2017 +0100 report from 2.42 (See #1903) Summary of changes: .../main/java/org/nuiton/jaxx/widgets/select/BeanComboBoxHandler.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 https://gitlab.nuiton.org/nuiton/jaxx.git commit e8170296c31361a85d190d5b5f2f5beae26522cb Author: Tony CHEMIT <dev@tchemit.fr> Date: Sat Mar 11 12:13:10 2017 +0100 report from 2.42 (See #1903) --- .../main/java/org/nuiton/jaxx/widgets/select/BeanComboBoxHandler.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/jaxx-widgets-select/src/main/java/org/nuiton/jaxx/widgets/select/BeanComboBoxHandler.java b/jaxx-widgets-select/src/main/java/org/nuiton/jaxx/widgets/select/BeanComboBoxHandler.java index 802d04a..bfa0b8c 100644 --- a/jaxx-widgets-select/src/main/java/org/nuiton/jaxx/widgets/select/BeanComboBoxHandler.java +++ b/jaxx-widgets-select/src/main/java/org/nuiton/jaxx/widgets/select/BeanComboBoxHandler.java @@ -154,7 +154,7 @@ public class BeanComboBoxHandler<O> implements PropertyChangeListener, UIHandler if (ui.isForce()) { ui.setSelectedItem(null); } - setSelectedItem(selectedItem, newSelectedItem); + ui.setSelectedItem(newSelectedItem); } selectedItem = null; canceled = false; -- To stop receiving notification emails like this one, please contact nuiton.org SCM administrator <admin+scm@nuiton.org>.
participants (1)
-
nuiton.org scm