-
Notifications
You must be signed in to change notification settings - Fork 103
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Cannot edit subcircuit appearance #109
Comments
Yep. I have the same issue |
Also having this issue. |
When the button "Edit viewed circuit's subcircuit appearance" button on the toolbar is clicked, a NullPointerException is thrown:
Exception in thread "AWT-EventQueue-0" java.lang.NullPointerException
at com.cburch.draw.canvas.Canvas.setModel(Canvas.java:71)
at com.cburch.logisim.gui.appear.AppearanceCanvas.setModel(AppearanceCanvas.java:113)
at com.cburch.logisim.gui.appear.AppearanceCanvas.setCircuit(AppearanceCanvas.java:123)
at com.cburch.logisim.gui.appear.AppearanceView.setCircuit(AppearanceView.java:80)
(and more)
The text was updated successfully, but these errors were encountered: