From: mkr Date: Tue, 17 Nov 2015 15:49:19 +0000 (+0300) Subject: refs #690: draw land cover map edges with gray color. X-Git-Tag: v1.5~26^2~2 X-Git-Url: http://git.salome-platform.org/gitweb/?a=commitdiff_plain;h=69db1f974e632040c4ff999f7112948effbe422c;p=modules%2Fhydro.git refs #690: draw land cover map edges with gray color. --- diff --git a/src/HYDROGUI/HYDROGUI_LandCoverMapPrs.cxx b/src/HYDROGUI/HYDROGUI_LandCoverMapPrs.cxx index c9f09cf5..196bd70d 100644 --- a/src/HYDROGUI/HYDROGUI_LandCoverMapPrs.cxx +++ b/src/HYDROGUI/HYDROGUI_LandCoverMapPrs.cxx @@ -28,7 +28,7 @@ #include #include -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 )