- 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 RC1
- Due in Version Undecided
-
Due Date
Undecided
- Votes
- Private
Attached to Project: QCAD Bugtracker
Opened by Husky - 01.11.2011
Last edited by andrew - 01.11.2011
Opened by Husky - 01.11.2011
Last edited by andrew - 01.11.2011
FS#353 - Relative Angle / Line Orthogonal caused malfunction in the Cad tools
After using Line “Relative Angle” or “Line Orthogonal” the Toolbar is in a loop without showing all the Cad tools such as “Modify” “Hatch” etc..
Escape switch only between the “Lines Menu” and the “Select Menu”. To get all Cad Tools back you have to restart QCad.
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
Workaround: click selection pointer at top left or 'qq' to return to main menu.
Quick fix:
scripts/Widgets/CadToolBar/CadToolBar.js / CadToolBar.showPanel:
- if (!isBack && backMenuName!=panel.objectName) { + if (!isBack && backMenuName!=panel.objectName && backMenuName!="SnapToolsPanel") {New download packages are available (file names 'qcad-3.0.0-rc1b').