We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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.
Here is the application after toggling to OFF state:
The text was updated successfully, but these errors were encountered:
+1 for disabled button text. To reproduce: OSX 10.9, add simpleButton.setEnabled(false); as line 91 into ButtonDemo.java
simpleButton.setEnabled(false);
btw. in IDEA disabled buttons are ok.
Sorry, something went wrong.
I fixed this issue in PR #13.
I have a fork with this and other fixes/improvements at AlexFalappa/Darcula
No branches or pull requests
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:
![buttonbehaviourdarcula](https://cloud.githubusercontent.com/assets/6993344/3323375/b6f6b7d0-f760-11e3-9d31-ee55dcd54b92.png)
The toggle button is "M", Disabled button is "next node", and the finally the "delete" button is a button in its normal state.
Here is the application after toggling to OFF state:
![buttonbehaviour2darcula](https://cloud.githubusercontent.com/assets/6993344/3323405/8147619c-f761-11e3-8024-b857cd705bbd.png)
The text was updated successfully, but these errors were encountered: