-
-
Notifications
You must be signed in to change notification settings - Fork 112
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
Not possible to clear pin assignment for SpiceLibComp #808
Comments
I will tried to fixed this issue. I download the same schematic lm335 symbol pin selection is behaving like a text box. selecting all NC give 4 pin but sometimes I double clicked text become 1NC and 1 is became invisible for the other selectin box. I will upload a video later. |
windows build also affected. Tested on win11. Windows_test.webm |
I tested on Ubuntu 24.04 wsl2 also same issue. linux_wsl2.webm |
Yes, I understood how to reproduce this.
If you select NC from the drop-down list, it disappears and releases pin. |
Please check #824 for the fix |
I tested windows and works as expected. I'll test on macOS as soon as possible. |
this is macOS test pin selection OK but some rendering artifact ex 1NC or NC but intertwined. test.mov |
I don't know why MacOS inserts random unicode symbols after "N". I didn't add anything in the item string. Maybe Qt has registered some auto-conversion for "NC" string. What is your locale setting? |
English(US) I think it writes NC twice but starting on C N(CN)C |
Please try the following patch. It clears item text before
|
I am not accessing my mac right now but I'll try. (about 5 hours) |
@ra3xdh Hi, I tested above patch and it's working as expected. |
Fixed by #824. Closing as completed. |
This issue is related to MacOS only. Linux and Windows are not affected. It is not possible to clear pin assignment for new SpiceLibComp Spice library device after redesign #679. See #792 for context. Here are two screencasts illustrating the table behavior on MacOS and Linux. It seems that
QTableWidget::setCellWidget
works differently on different platforms. I am unable to fix this issue myself, need to wait for someone using Mac.*Linux (correct)
Screencast_20240704_200738.webm
Pin.config.NC.reset.mov
The text was updated successfully, but these errors were encountered: