Skip to content

Commit

Permalink
add glass back in
Browse files Browse the repository at this point in the history
  • Loading branch information
pfalstad committed Nov 1, 2024
1 parent 92659d5 commit 82b6186
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ public class SubcircuitDialog extends Dialog {
public SubcircuitDialog(CirSim sim) {
setText("Subcircuit Manager");
//setAnimationEnabled(true);
//setGlassEnabled(true);
setGlassEnabled(true);

mainPanel = new VerticalPanel();
mainPanel.setSpacing(10);
Expand Down

0 comments on commit 82b6186

Please sign in to comment.