QCAD

QCAD - 2D CAD System.

Click here for a documentation of the DokuWiki formatting syntax that can be used in reports

Please search for existing tasks (also closed ones) before opening a new task.

Please make sure that you are using the latest Version of QCAD before posting a bug (menu Help - Check for Updates)

Tasklist

FS#353 - Relative Angle / Line Orthogonal caused malfunction in the Cad tools

Attached to Project: QCAD
Opened by Husky (Husky) - Tuesday, 01 November 2011, 09:19 GMT+2
Last edited by Andrew (andrew) - Tuesday, 01 November 2011, 12:57 GMT+2
Task Type Bug Report
Category Main
Status Closed
Assigned To Andrew (andrew)
Operating System Windows XP
Severity Low
Priority Normal
Reported Version 3 RC1
Due in Version Undecided
Due Date Undecided
Percent Complete 100%
Votes 0
Private No

Details

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.

This task depends upon

Closed by  Andrew (andrew)
Tuesday, 01 November 2011, 12:57 GMT+2
Reason for closing:  Fixed
Comment by Andrew (andrew) - Tuesday, 01 November 2011, 09:31 GMT+2

Workaround: click selection pointer at top left or 'qq' to return to main menu.

Comment by Andrew (andrew) - Tuesday, 01 November 2011, 12:22 GMT+2

Quick fix:

scripts/Widgets/CadToolBar/CadToolBar.js / CadToolBar.showPanel:

- if (!isBack && backMenuName!=panel.objectName) {
+ if (!isBack && backMenuName!=panel.objectName && backMenuName!="SnapToolsPanel") {
Comment by Andrew (andrew) - Tuesday, 01 November 2011, 12:58 GMT+2

New download packages are available (file names 'qcad-3.0.0-rc1b').

Loading...