-
Notifications
You must be signed in to change notification settings - Fork 210
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
Shapes on certain layer not selectable #1870
Comments
Hello, I believe that's because the layer is not set as valid (there is a flag to make a layer valid/invalid). I am on mobile, so I cannot test. Could you test whether it works if you right click the layer and click "Make layer valid" (or similar name, can't remember the exact wording). This is a setting gotten from the .lyp file (or technology if that's what you use) |
@sebastian-goeldi Thanks, I can confirm it works exactly like you told! @klayoutmatthias OK, then IMO KLayout should warn when somebody attempts to draw in an invalid layer, |
For selection this is the intended behavior. I can't really speak for drawing, as I never use the GUI for drawing but rather the python/pypi standalone for drawing and the GUI for viewing. But if the GUI doesn't let you draw on a invalid layer, I think yes it would make sense for it to throw an error message like it does when no layer is selected. |
Yeah currently it actually allows drawing but not selecting of invalid layers, which to me seems inconsistent (from a UX perspective). |
I see ... Yes I agree. It never occured to me to draw on an invalid layer, but there should at least be some warning. Like when you try to draw on an invisible layer - which is equally confusing :) Matthias |
Bugfix for issue #1870: do not allow editing on invalid layers
Version: KLayout 0.29.7, commit 2d4f5d8
I can't select shapes on
mcon.pin 78748
, also the icon shows an X:Not sure if this is a bug or a PEBKAC, but if the latter, where can this behaviour be configured/toggled?
Demo Video:
https://github.com/user-attachments/assets/9f7166af-9457-443d-ab50-686a766f9795
GDS:
klayout_unselectable_mcon-pin.gds.gz
The text was updated successfully, but these errors were encountered: