Skip to content
Snippets Groups Projects
Commit fd9f5664 authored by Lukas Ladenberger's avatar Lukas Ladenberger
Browse files

set background of track node figure to transparent

parent 22a4ba79
Branches
No related tags found
No related merge requests found
...@@ -11,6 +11,10 @@ public class TrackNodeFigure extends AbstractBMotionFigure { ...@@ -11,6 +11,10 @@ public class TrackNodeFigure extends AbstractBMotionFigure {
private int lineWidth; private int lineWidth;
private int lineStyle; private int lineStyle;
public TrackNodeFigure() {
setOpaque(false);
}
@Override @Override
protected void paintFigure(Graphics g) { protected void paintFigure(Graphics g) {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment