From 6219996ba6348092507661cf26b3e90858b4d7bc Mon Sep 17 00:00:00 2001 From: Paul RASCLE Date: Thu, 21 Jan 2016 10:45:15 +0100 Subject: [PATCH] polylines noires --- src/HYDROData/HYDROData_PolylineXY.cxx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/HYDROData/HYDROData_PolylineXY.cxx b/src/HYDROData/HYDROData_PolylineXY.cxx index 72e20adb..dab82b84 100644 --- a/src/HYDROData/HYDROData_PolylineXY.cxx +++ b/src/HYDROData/HYDROData_PolylineXY.cxx @@ -168,7 +168,7 @@ QStringList HYDROData_PolylineXY::DumpToPython( const QString& thePyScript } else { - // Set polilyne data + // Set polyline data NCollection_Sequence aSectNames; NCollection_Sequence aSectTypes; NCollection_Sequence aSectClosures; @@ -214,7 +214,7 @@ QVariant HYDROData_PolylineXY::GetDataVariant() QColor HYDROData_PolylineXY::DefaultWireColor() { - return QColor( Qt::red ); + return QColor( Qt::black ); } bool HYDROData_PolylineXY::ImportFromGeomIOR( const TCollection_AsciiString& theIOR ) -- 2.39.2