This is an automated email from the git hooks/post-receive script. New commit to branch develop in repository jmexico. See http://git.codelutin.com/jmexico.git commit 7335e3bbe7eac7b2237e635645b4dc83d4b076ef Author: Eric Chatellier <chatellier@codelutin.com> Date: Thu Jan 7 17:26:28 2016 +0100 fixes #7873: display factor description in tooltip --- .../src/main/java/fr/reseaumexico/editor/FactorNameCellRenderer.java | 1 + 1 file changed, 1 insertion(+) diff --git a/jmexico-editor/src/main/java/fr/reseaumexico/editor/FactorNameCellRenderer.java b/jmexico-editor/src/main/java/fr/reseaumexico/editor/FactorNameCellRenderer.java index 7eddfc5..e7bc896 100644 --- a/jmexico-editor/src/main/java/fr/reseaumexico/editor/FactorNameCellRenderer.java +++ b/jmexico-editor/src/main/java/fr/reseaumexico/editor/FactorNameCellRenderer.java @@ -52,6 +52,7 @@ public class FactorNameCellRenderer extends DefaultTableCellRenderer { // fallback on id factorTxt = factor.getId(); } + setText(factorTxt); setToolTipText(factor.getDescription()); -- To stop receiving notification emails like this one, please contact codelutin.com SCM administrator <admin+scm@codelutin.com>.