Skip to content
Snippets Groups Projects
Commit df70a8bc authored by tcarver's avatar tcarver
Browse files

fix for displaying the colour button

parent 067e8216
No related branches found
No related tags found
No related merge requests found
......@@ -552,6 +552,7 @@ public abstract class Graph extends JPanel
final ActionListener okListener,
final JColorChooser colorChooser)
{
button.setOpaque(true);
button.setBackground(col);
button.setBorderPainted(false);
button.setMargin(new Insets(0,0,0,0));
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment