Restore lost dimension tail

This commit is contained in:
WandererFan 2016-12-30 14:22:40 -05:00
parent fe617e1433
commit ad98ff1707

View File

@ -549,7 +549,7 @@ void QGIViewDimension::draw()
double dimSpan = (dim2Tail - dim1Tip).Length();
double fauxToDim1 = (fauxCenter - dim1Tip).Length(); //label to end #1
double fauxToDim2 = (fauxCenter - dim2Tail).Length();
double tailLength = 10.f * scaler;
double tailLength = Rez::guiX(10.f) * scaler;
//case2 - innerPlacement * text > span
if ((lblWidth > dimSpan) &&