Fixed context menu display in the node editor
This commit is contained in:
parent
ac7d8d0674
commit
edf5db0f44
@ -540,13 +540,6 @@ public class Diagram extends JPanel implements MouseListener, MouseMotionListene
|
|||||||
super(label);
|
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() {
|
public void fixSize() {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user