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

Path command number fields get unfocused when the cursor moves outside of their horizontal strip #747

Closed
Tracked by #709
MewPurPur opened this issue May 19, 2024 · 0 comments · Fixed by #759
Closed
Tracked by #709
Labels

Comments

@MewPurPur
Copy link
Owner

This is a regression from the combination of two pull requests:

  1. The optimization to path command editors to use a single control to draw the whole thing
  2. The rework to BetterLineEdit that made them no longer pause the tree when focused.

Now when you've focused a BetterLineEdit, you can still hover other fields, but the path field only holds one active index, because before the tree was paused until you finished.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant