-
Notifications
You must be signed in to change notification settings - Fork 838
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
Fix simulator bugs and a few improvements #3966
base: main
Are you sure you want to change the base?
Conversation
…t of the multimeters changes to white and it is impossible to see.
…smoke at the center of the part) and scale it for big parts
…of the LED into account
…in the Inspector pane
…g for that ModuleID. The message that shows this errors also specifies the name of the FPZ file.
…out if instanceTitle is the same as the one being simulated (it looks like there are two ItemBase created for each part).
…rahes when the simulator is active.
Last week we have been debugging a problem. Fritzing sometimes crashes when m_simItems get deleted.
However, with the new "Not connected / no SPICE data" information display, this gets triggered much more often. We tried QTs deleteLater and other mechanisms, but the only way to avoid the crash seems to leak the memory. I have to look into this again at some point, I think there must be something wrong about how these are handled, not only with the way they are deleted. My next approach would be to make them a fixed element of the item, and only change the appearance (visibility, smoke, text label... ) |
I do not like this kind of problem and I am not sure what the reason is. I hope you can fix it. |
Adds RGB leds and photocells to the simulator
Shows resistance property after family
Scales and centers smokes comming out of parts
Add reason to not simulate a part