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)
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
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
|
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.. |
This task depends upon
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').