- Status Closed
- Percent Complete
- Task Type Bug Report
- Category QCAD (main)
-
Assigned To
andrew - Operating System Windows XP
- Severity Low
- Priority Very Low
- Reported Version 3.9.4
- Due in Version Undecided
-
Due Date
Undecided
- Votes
- Private
Attached to Project: QCAD Bugtracker
Opened by Husky - 03.06.2015
Last edited by andrew - 03.06.2015
Opened by Husky - 03.06.2015
Last edited by andrew - 03.06.2015
FS#1222 - Selection Filter / Line / Angle in radians
If I try to use the Selection Filter to find Lines regarding to the used Angle it fails in many cases.
In my test drawing you can see that I’m able to select Lines with an 0° Angle but I’m not able to select any of the other lines with e.g. an 45° / 90° 180° or 315° etc. angle.
Loading...
Available keyboard shortcuts
- Alt + ⇧ Shift + l Login Dialog / Logout
- Alt + ⇧ Shift + a Add new task
- Alt + ⇧ Shift + m My searches
- Alt + ⇧ Shift + t focus taskid search
Tasklist
- o open selected task
- j move cursor down
- k move cursor up
Task Details
- n Next task
- p Previous task
- Alt + ⇧ Shift + e ↵ Enter Edit this task
- Alt + ⇧ Shift + w watch task
- Alt + ⇧ Shift + y Close Task
Task Editing
- Alt + ⇧ Shift + s save task
Thanks Husky. Fixed for the next release.
For now try entering Radians instead of Degrees or type:
deg2rad(45)
into the angle field.