From 69db1f974e632040c4ff999f7112948effbe422c Mon Sep 17 00:00:00 2001 From: mkr Date: Tue, 17 Nov 2015 18:49:19 +0300 Subject: [PATCH] refs #690: draw land cover map edges with gray color. --- src/HYDROGUI/HYDROGUI_LandCoverMapPrs.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 ) -- 2.39.2