Fixed context menu display in the node editor

This commit is contained in:
Nehon 2015-02-10 00:46:17 +01:00
parent ac7d8d0674
commit edf5db0f44

View File

@ -540,13 +540,6 @@ public class Diagram extends JPanel implements MouseListener, MouseMotionListene
super(label);
}
@Override
protected void paintComponent(Graphics g) {
//Color c1 = new Color(100, 100, 100, 255);
Color bg = new Color(175, 175, 175);
g.setColor(bg);
g.fillRect(0, 0, getWidth(), getHeight());
}
}
public void fixSize() {