Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

It's not possible to always disable JCheckBox animation by default #99

Closed
jordeu opened this issue Mar 8, 2014 · 1 comment
Closed
Assignees

Comments

@jordeu
Copy link
Contributor

jordeu commented Mar 8, 2014

Due to this lines in WebCheckBoxUI:

protected boolean isAnimatedByDefault ()
    {
        // Workaround for Jide tristate checkbox
        return !ReflectUtils.containsInClassOrSuperclassName ( checkBox.getClass (), "com.jidesoft.swing.TristateCheckBox" );
    }

the constant

WebCheckBoxStyle.animated = false;

is always ignored.

@mgarin mgarin added bug labels Mar 9, 2014
@mgarin mgarin added this to the Small issues milestone Mar 9, 2014
@mgarin mgarin self-assigned this Mar 9, 2014
@mgarin
Copy link
Owner

mgarin commented Mar 9, 2014

Thanks for reporting!
I have merged your pull, that fix will be included in v1.27 release.

@mgarin mgarin closed this as completed in 128bbc3 Mar 9, 2014
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants