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

Wip #1811

Merged
merged 22 commits into from
Jul 30, 2024
Merged

Wip #1811

merged 22 commits into from
Jul 30, 2024

Conversation

klayoutmatthias
Copy link
Collaborator

No description provided.

Matthias Koefferlein added 22 commits July 8, 2024 23:28
This fixes the following problem:
* Set a breakpoint in a PCell code
* Change the PCell, breakpoint gets triggered
* While debugger is in breakpoint, close the
  view with the PCell

To prevent any kind of interference, events
are now disabled during breakpoint mode. As
this interferes with the help dialog, you
cannot open the help dialog either.
…/deep) and the dialog is only shown if there are subcells
…nly for being able to retrieve shapes with properties from Region#nets
Problem was: with a partial selection, clicking
in the vicinity of a non-selected edge could
make this edge the selected one. So it was
not possible to drag the selection in some
cases.

With "move mode" it was. The difference was in
the detection logic that decides where a click
is on the selection or outside.

Now, the logic is aligned, and partial mode
clicks will check whether the mouse pointer
is inside the selection bbox (plus some
margin). In that case, the click applies to
the current selection.
@klayoutmatthias klayoutmatthias merged commit 8ab398d into master Jul 30, 2024
24 checks passed
@klayoutmatthias klayoutmatthias deleted the wip branch July 30, 2024 16:59
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant