branch develop updated (0c75922 -> a8efffe)
This is an automated email from the git hooks/post-receive script. New change to branch develop in repository jaxx. See http://git.nuiton.org/jaxx.git from 0c75922 fixes #3504: Be able to select default value of options fixes #3505: Add an action to reset to default value new a8efffe fixes #3505: Add an action to reset to default value (whatever was the current value of option) 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 a8efffe967ecbae189416dac07ec4382e694e21c Author: Tony CHEMIT <chemit@codelutin.com> Date: Sun Nov 23 13:08:24 2014 +0100 fixes #3505: Add an action to reset to default value (whatever was the current value of option) Summary of changes: .../main/java/jaxx/runtime/swing/config/ConfigCategoryUIHandler.java | 5 ----- 1 file changed, 5 deletions(-) -- To stop receiving notification emails like this one, please contact nuiton.org SCM administrator <admin+scm@nuiton.org>.
This is an automated email from the git hooks/post-receive script. New commit to branch develop in repository jaxx. See http://git.nuiton.org/jaxx.git commit a8efffe967ecbae189416dac07ec4382e694e21c Author: Tony CHEMIT <chemit@codelutin.com> Date: Sun Nov 23 13:08:24 2014 +0100 fixes #3505: Add an action to reset to default value (whatever was the current value of option) --- .../main/java/jaxx/runtime/swing/config/ConfigCategoryUIHandler.java | 5 ----- 1 file changed, 5 deletions(-) diff --git a/jaxx-config/src/main/java/jaxx/runtime/swing/config/ConfigCategoryUIHandler.java b/jaxx-config/src/main/java/jaxx/runtime/swing/config/ConfigCategoryUIHandler.java index ee4b318..dd43f0f 100644 --- a/jaxx-config/src/main/java/jaxx/runtime/swing/config/ConfigCategoryUIHandler.java +++ b/jaxx-config/src/main/java/jaxx/runtime/swing/config/ConfigCategoryUIHandler.java @@ -230,11 +230,6 @@ public class ConfigCategoryUIHandler { boolean enableCopyOptionValue = selectedRowCount == 1; boolean enableResetOptionValue = selectedRowCount > 0; - OptionModel selectedOption = ui.getTableModel().getEntry(rowIndex); - - enableResetOptionValue &= selectedOption.isModified(); - - if (log.isDebugEnabled()) { log.debug("At point [" + p + "] found Row " + rowIndex + ", Column " + columnIndex); } -- To stop receiving notification emails like this one, please contact nuiton.org SCM administrator <admin+scm@nuiton.org>.
participants (1)
-
nuiton.org scm