-
-
Notifications
You must be signed in to change notification settings - Fork 119
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
Rotate shortcut not working correctly. #821
Comments
I believe the problem with rotating of the 1-port devices was always present in Qucs-S, but remain undiscovered. It is surely not introduced by recent refactoring. I propose to keep the things as is.
The rotation of the simulation boxes and equations should be forbidden. It's need to add a check in rotate handler.
Also there is an old problem. Should be fixed in v2.1.0 |
Device falling out of out grid after rotation should be fixed by #399 |
there is a difference between select and press ctrl+r and press ctrl+r and press component. rotation.webm |
I have code that could solve the issue. But since I am very new to this project, please check carefully. Update Schematic.ccp:
My git diff print out:
|
@gslg-1 Thanks for providing a fix! I will test this in the next few days.
The best way for contribution is to make a pool request (PR). You don't need to be repository member to make pull request. This feature is available for everyone having Github account. You may look at this guide how to make a pull request https://docs.github.com/en/pull-requests/collaborating-with-pull-requests/proposing-changes-to-your-work-with-pull-requests/creating-a-pull-request |
I've provided a fork, with the changes and will create a pull request |
Fixed by #840 Closing as completed. |
Rotate shortcut ctrl+r or cmd+r doesn't work correctly. Clicking a component ex. Ground symbol and pressing ctrl+r multiple times, component moves around on schematics. And also simulation box not rotating but moving around also. Also rotating component with shortcut makes component off the grid. Some components ex. Resistor it doesn't happen.
rotation.webm
The text was updated successfully, but these errors were encountered: