We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Using LayoutView#clear_selection like this:
pya.LayoutView.current().clear_selection()
will crash the application (observed on gcc builds on Linux). The reason is a C++ template resolution issue.
The text was updated successfully, but these errors were encountered:
Fixed #726.
9928048
klayoutmatthias
No branches or pull requests
Using LayoutView#clear_selection like this:
will crash the application (observed on gcc builds on Linux). The reason is a C++ template resolution issue.
The text was updated successfully, but these errors were encountered: