/trunk/Scribus/scribus/scpreview.cpp |
---|
51,8 → 51,7 |
{ |
int a; |
struct CopyPasteBuffer OB; |
ScText *hg; |
ScText *hl; |
ScText *hg, *hl; |
QList<ScText*> Ptexti; |
ScColor lf = ScColor(); |
QFont fo; |
728,6 → 727,8 |
pS->drawPolygon(); |
break; |
case PageItem::PolyLine: |
if (OB.PoLine.size() < 4) |
break; |
if ((OB.Pcolor != CommonStrings::None) || (OB.GrType != 0)) |
{ |
FPointArray cli; |