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

ToggleButton when toggled creates a strange dark square around the text #4

Open
Sowrinator opened this issue Jun 19, 2014 · 2 comments

Comments

@Sowrinator
Copy link

The black square remains even after toggling to the off state, and persists until restarted. The button's toggled state is also a strange colour.

The text of disabled buttons also look strange (not clean), but I cannot tell if this is how they were planned to look or not.

toggled to ON state:
The toggle button is "M", Disabled button is "next node", and the finally the "delete" button is a button in its normal state.
buttonbehaviourdarcula

Here is the application after toggling to OFF state:
buttonbehaviour2darcula

@VladRassokhin
Copy link

+1 for disabled button text.
To reproduce:
OSX 10.9,
add simpleButton.setEnabled(false); as line 91 into ButtonDemo.java

btw. in IDEA disabled buttons are ok.

@AlexFalappa
Copy link
Contributor

I fixed this issue in PR #13.

I have a fork with this and other fixes/improvements at AlexFalappa/Darcula

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants