branch feature/10 created (now ecc04ad)
This is an automated email from the git hooks/post-receive script. New change to branch feature/10 in repository observe. See https://gitlab.nuiton.org/codelutin/observe.git at ecc04ad Problème de rafraîchissement de l'écran Equipements > Caractéristiques (clses #10) This branch includes the following new commits: new ecc04ad Problème de rafraîchissement de l'écran Equipements > Caractéristiques (clses #10) 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 ecc04ad12417ce16acb6ef20e277cc7c1a82acd3 Author: Tony CHEMIT <chemit@codelutin.com> Date: Tue Dec 20 18:05:53 2016 +0100 Problème de rafraîchissement de l'écran Equipements > Caractéristiques (clses #10) -- 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/10 in repository observe. See https://gitlab.nuiton.org/codelutin/observe.git commit ecc04ad12417ce16acb6ef20e277cc7c1a82acd3 Author: Tony CHEMIT <chemit@codelutin.com> Date: Tue Dec 20 18:05:53 2016 +0100 Problème de rafraîchissement de l'écran Equipements > Caractéristiques (clses #10) --- .../ird/observe/application/swing/ui/content/ObserveFocusManager.java | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/application-swing/src/main/java/fr/ird/observe/application/swing/ui/content/ObserveFocusManager.java b/application-swing/src/main/java/fr/ird/observe/application/swing/ui/content/ObserveFocusManager.java index 5797ef8..2b1fdba 100644 --- a/application-swing/src/main/java/fr/ird/observe/application/swing/ui/content/ObserveFocusManager.java +++ b/application-swing/src/main/java/fr/ird/observe/application/swing/ui/content/ObserveFocusManager.java @@ -456,6 +456,8 @@ public class ObserveFocusManager { switch (selectedIndex) { case 0: return ui.getGear(); + case 1: + return ui.getTable(); } return null; } @@ -677,6 +679,8 @@ public class ObserveFocusManager { switch (selectedIndex) { case 0: return ui.getGear(); + case 1: + return ui.getTable(); } return super.getFirstComponent(aContainer); } -- To stop receiving notification emails like this one, please contact codelutin.com SCM administrator <admin+scm@codelutin.com>.
participants (1)
-
codelutin.com scm