From: Paul RASCLE Date: Thu, 21 Jan 2016 09:45:15 +0000 (+0100) Subject: polylines noires X-Git-Tag: SALOME_HYDRO_V1.0~17 X-Git-Url: http://git.salome-platform.org/gitweb/?a=commitdiff_plain;h=6219996ba6348092507661cf26b3e90858b4d7bc;p=modules%2Fhydro.git polylines noires --- 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 )