Skip to content
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

Schematic editor: Improve selection of stacked items #1342

Merged
merged 1 commit into from Mar 26, 2024

Conversation

ubruhin
Copy link
Member

@ubruhin ubruhin commented Mar 25, 2024

If text labels are located on top of a symbol, make a click selecting the text instead of the symbol (consistent order of drawing and selection). With one exception: If the symbols origin is below the cursor, the symbol is selected instead of the text. This is required to allow selecting zero-area symbols like GND or VCC.

Fixes #1319

If text labels are located on top of a symbol, make a click selecting
the text instead of the symbol (consistent order of drawing and
selection). With one exception: If the symbols origin is below the
cursor, the symbol is selected instead of the text. This is required
to allow selecting zero-area symbols like GND or VCC.
@ubruhin ubruhin force-pushed the 1319-fix-schematic-text-selection branch from b674686 to 2d89ad5 Compare March 26, 2024 11:47
@ubruhin ubruhin added this to the 1.1.0 milestone Mar 26, 2024
@ubruhin ubruhin merged commit 9d9193d into master Mar 26, 2024
11 checks passed
@ubruhin ubruhin deleted the 1319-fix-schematic-text-selection branch March 26, 2024 14:00
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Development

Successfully merging this pull request may close these issues.

Schematic editor: impossible to move labels if they are on top of a symbol
1 participant