Avrella Problem Report 358

Title: Default Spacing not working correctly for dual track measure

Priority: 4   Version detected: 1.06   Version fixed: 1.07  

Problem Description :  

Raised:25-Nov-2008

Problem description:
Default Spacing not working correctly for dual track measure. Ref:pr358.avrella
Click on Default Spacing: 2nd track not fully validated.
Workaround: View->Refresh Display.
---------------------------------------------------------------------------
26-Nov-2008 Assigned.
---------------------------------------------------------------------------
26-Nov-2008 Investigated by David
CavrDoc::FormatNoteSepActMeas() ultimately calls CAvrDoc::GetInValMeasRect() fro region to InValidate - does not InValidate low enough for measure. Need to extend bottom range.
---------------------------------------------------------------------------
26-Nov-2008 Resolved by David

Fixed in version: 1.07
Currently lower parameter (btm) offset by: btm -= (GetStaffSep() * STFLINE_SP)/2; Changed to: btm -= (GetStaffSep() * STFLINE_SP); to increase bottom range of Invalidation.
---------------------------------------------------------------------------
23-Sep-2009 Verified by David

Verified for version: 1.07
---------------------------------------------------------------------------
23-Sep-2009 Closed by David

 

 

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