This is an automated email from the git hooks/post-receive script. New commit to branch feature/1295-improveEditEntryView in repository lima. See http://git.chorem.org/lima.git commit 785fc805b17ab9ba7d003eb0828fe07661a11475 Author: dcosse <cosse@codelutin.com> Date: Thu Sep 24 15:56:37 2015 +0200 refs #1295 Même objet sélectionné entre la combobox et le model --- .../main/java/org/chorem/lima/ui/celleditor/AccountTableCellEditor.java | 2 ++ 1 file changed, 2 insertions(+) diff --git a/lima-swing/src/main/java/org/chorem/lima/ui/celleditor/AccountTableCellEditor.java b/lima-swing/src/main/java/org/chorem/lima/ui/celleditor/AccountTableCellEditor.java index 0fdd3f1..5d6e734 100644 --- a/lima-swing/src/main/java/org/chorem/lima/ui/celleditor/AccountTableCellEditor.java +++ b/lima-swing/src/main/java/org/chorem/lima/ui/celleditor/AccountTableCellEditor.java @@ -71,8 +71,10 @@ public class AccountTableCellEditor extends AbstractCellEditor implements TableC log.debug("Auto-select unique result with *ENTER* or *TAB* key"); } e.consume(); + // edition is done comboBox.setSelectedIndex(0); + comboBox.getModel().setSelectedItem(comboBox.getSelectedItem()); comboBox.hidePopup(); } } -- To stop receiving notification emails like this one, please contact chorem.org SCM administrator <admin+scm@chorem.org>.