Avrella Problem Report 287

Title: Line draw from right to left - causes erroneous horizontal line.

Priority: 4   Version detected: 0.93   Version fixed: 1.04  

Problem Description :  

Raised:15-Nov-2005

Problem description:
Line draw from right to left - causes erroneous horizontal line. The usage of Standard palette line draw is described in help:
"Having selected the tool, line up the cross hair to the position for which the left hand start of the line is to commence. Now click and hold the left hand mouse button, and start dragging the cross hair cursor to the right. As you do so a straight line will be drawn to act as a guide. When you have lined up the cross hair cursor to the position for which the destination of the line is to be, release the left hand mouse button. A straight line will now be drawn."

However if you choose to drag to left an erroneous line is drawn. Either suppress so only line drawing on starting at left position or change so can draw from right to left.

Workaround: Ensure that start line at left position and end line to right of start position. i.e. draw from left to right.
---------------------------------------------------------------------------
13-Feb-2007 Assigned.
---------------------------------------------------------------------------
13-Feb-2007 Investigated by David
Ref: CAvrDoc::InsertBendOrVibOrSlur() need to insert check for right left draw for Line and get out if right to left.
---------------------------------------------------------------------------
13-Feb-2007 Resolved by David

Fixed in version: 1.04
Check
if(m_trackRect.IsRectEmpty())
If the case then get out.
---------------------------------------------------------------------------
20-Aug-2007 Verified by David

Verified for version: 1.04
---------------------------------------------------------------------------
20-Aug-2007 Closed by David

 

 

This webpage was last updated on 11-Feb-2010 at 03:13:13 PM