branch feature/1222 updated (b542cc0 -> 25d07d9)
This is an automated email from the git hooks/post-receive script. New change to branch feature/1222 in repository lima. See http://git.chorem.org/lima.git discards b542cc0 refs 1222: Le lettrage ne fonctionne plus new 25d07d9 refs #1222: Le lettrage ne fonctionne plus 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 (b542cc0) \ N -- N -- N refs/heads/feature/1222 (25d07d9) 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 25d07d98b2ee2ed933c434ba007cbd7ebece845d Author: Tony CHEMIT <chemit@codelutin.com> Date: Wed Apr 8 09:42:50 2015 +0200 refs #1222: Le lettrage ne fonctionne plus Summary of changes: -- To stop receiving notification emails like this one, please contact chorem.org SCM administrator <admin+scm@chorem.org>.
This is an automated email from the git hooks/post-receive script. New commit to branch feature/1222 in repository lima. See http://git.chorem.org/lima.git commit 25d07d98b2ee2ed933c434ba007cbd7ebece845d Author: Tony CHEMIT <chemit@codelutin.com> Date: Wed Apr 8 09:42:50 2015 +0200 refs #1222: Le lettrage ne fonctionne plus --- .../src/main/java/org/chorem/lima/ui/lettering/LetteringView.css | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/lima-swing/src/main/java/org/chorem/lima/ui/lettering/LetteringView.css b/lima-swing/src/main/java/org/chorem/lima/ui/lettering/LetteringView.css index b40b962..919c5b9 100644 --- a/lima-swing/src/main/java/org/chorem/lima/ui/lettering/LetteringView.css +++ b/lima-swing/src/main/java/org/chorem/lima/ui/lettering/LetteringView.css @@ -25,19 +25,19 @@ #lettered { toolTipText : "lima.lettering.lettered"; - enabled : {editModel.lettred}; + enabled : {editModel.isLettred()}; actionIcon : "lettering"; } #noLettered { toolTipText : "lima.lettering.unLettered"; - enabled : {editModel.unLettred}; + enabled : {editModel.isUnLettred()}; actionIcon : "un-lettering"; } #round { toolTipText : "lima.lettering.equalize"; - enabled : {editModel.equalized}; + enabled : {editModel.isEqualized()}; actionIcon : "balance"; } -- To stop receiving notification emails like this one, please contact chorem.org SCM administrator <admin+scm@chorem.org>.
participants (1)
-
chorem.org scm