branch feature/10 updated (ecc04ad -> 3cdb7f8)
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 omits ecc04ad Problème de rafraîchissement de l'écran Equipements > Caractéristiques (clses #10) new 3cdb7f8 Problème de rafraîchissement de l'écran Equipements > Caractéristiques (Closes #10) This update added new revisions after undoing existing revisions. That is to say, some revisions that were in the old version of the branch are not in the new version. This situation occurs when a user --force pushes a change and generates a repository containing something like this: * -- * -- B -- O -- O -- O (ecc04ad) \ N -- N -- N refs/heads/feature/10 (3cdb7f8) You should already have received notification emails for all of the O revisions, and so the following emails describe only the N revisions from the common base, B. Any revisions marked "omits" are not gone; other references still refer to them. Any revisions marked "discards" are gone forever. 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 3cdb7f82dcea9719025b00c80b7077f185460b3d Author: Tony CHEMIT <chemit@codelutin.com> Date: Tue Dec 20 18:06:43 2016 +0100 Problème de rafraîchissement de l'écran Equipements > Caractéristiques (Closes #10) Summary of changes: -- 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 3cdb7f82dcea9719025b00c80b7077f185460b3d Author: Tony CHEMIT <chemit@codelutin.com> Date: Tue Dec 20 18:06:43 2016 +0100 Problème de rafraîchissement de l'écran Equipements > Caractéristiques (Closes #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