]> SALOME platform Git repositories - modules/hydro.git/commitdiff
Salome HOME
refs #690: draw land cover map edges with gray color.
authormkr <mkr@opencascade.com>
Tue, 17 Nov 2015 15:49:19 +0000 (18:49 +0300)
committermkr <mkr@opencascade.com>
Tue, 17 Nov 2015 15:49:19 +0000 (18:49 +0300)
src/HYDROGUI/HYDROGUI_LandCoverMapPrs.cxx

index c9f09cf5f2a812879efda42d0d657b4bdaefd918..196bd70ded7ab773c1078b792ca147b3efd2644f 100644 (file)
@@ -28,7 +28,7 @@
 #include <QColor>
 #include <QString>
 
-const Quantity_Color EDGES_COLOR = Quantity_NOC_WHITE;
+const Quantity_Color EDGES_COLOR = Quantity_NOC_SLATEGRAY;
 const int HILIGHT_ISO_NB = 10;
 
 IMPLEMENT_STANDARD_HANDLE( HYDROGUI_LandCoverMapPrs, AIS_ColoredShape )