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

set background of switch figure to transparent

parent a1f20527
Branches
Tags
No related merge requests found
......@@ -21,7 +21,7 @@ public class SwitchFigure extends AbstractBMotionFigure {
public SwitchFigure() {
setLayoutManager(new XYLayout());
setOpaque(true);
setOpaque(false);
}
@Override
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment