/trunk/Scribus/scribus/pdflib_core.cpp |
---|
2085,7 → 2085,7 |
QMatrix arrowTrans; |
arrowTrans.translate(End.x(), End.y()); |
arrowTrans.rotate(r); |
PutPage(drawArrow(ite, arrowTrans, ite->endArrowIndex())); |
PutPage(drawArrow(ite, arrowTrans, ite->startArrowIndex())); |
break; |
} |
} |
3641,7 → 3641,7 |
QMatrix arrowTrans; |
arrowTrans.translate(End.x(), End.y()); |
arrowTrans.rotate(r); |
tmp += drawArrow(ite, arrowTrans, ite->endArrowIndex()); |
tmp += drawArrow(ite, arrowTrans, ite->startArrowIndex()); |
break; |
} |
} |