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#363 - Modify tool "Stretch" only one time ...

Attached to Project: QCAD
Opened by Husky (Husky) - Friday, 04 November 2011, 21:16 GMT+2
Last edited by Andrew (andrew) - Friday, 04 November 2011, 22:16 GMT+2
Task Type Bug Report
Category Main
Status Closed
Assigned To Andrew (andrew)
Operating System All
Severity Low
Priority Normal
Reported Version 3 RC1
Due in Version Undecided
Due Date Undecided
Percent Complete 100%
Votes 0
Private No

Details

3.0 RC1

The Stretch Tool works only for one task and than you have to reselect it again for the next task.
Who really works with the stretch tool has to use it (often) a couple times consecutively to get the job done.

It was nice working in 2.2.2.0

This task depends upon

Closed by  Andrew (andrew)
Friday, 04 November 2011, 22:16 GMT+2
Reason for closing:  Fixed
Comment by Andrew (andrew) - Friday, 04 November 2011, 22:16 GMT+2

Quick fix:

scripts/Modify/Stretch/Stretch.js, line 156+157:

-            this.setState(-1);
-            this.terminate();
+            this.setState(Stretch.State.SettingCorner1);
+            //this.terminate();
Comment by Husky (Husky) - Saturday, 05 November 2011, 07:31 GMT+2

Thanks for the Quick fix! Works!

Loading...