Kaydet (Commit) 9804981f authored tarafından Markus Mohrhard's avatar Markus Mohrhard

really use a dashed line

Change-Id: Icbdf76c15a0b5f58f7e95029418ce79f6c9461b6
üst 1230e361
......@@ -840,7 +840,9 @@ void drawDataBars( const ScDataBarInfo* pOldDataBarInfo, OutputDevice* pDev, con
Point aPoint1(nPosZero, rRect.Top());
Point aPoint2(nPosZero, rRect.Bottom());
LineInfo aLineInfo(LINE_DASH, 1);
aLineInfo.SetDashCount( 5 );
aLineInfo.SetDashCount( 4 );
aLineInfo.SetDistance( 3 );
aLineInfo.SetDashLen( 3 );
pDev->SetFillColor(COL_BLACK);
pDev->SetLineColor(COL_BLACK);
pDev->DrawLine(aPoint1, aPoint2, aLineInfo);
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment