Skip to content

Commit

Permalink
Update SetRGB arguments in csharp sample
Browse files Browse the repository at this point in the history
  • Loading branch information
szekerest committed Jul 26, 2015
1 parent f13cd88 commit 60bd48e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mapscript/csharp/examples/drawquery.cs
Expand Up @@ -55,7 +55,7 @@ public static void Main(string[] args)
QueryByAttribute(args[1], map, ZoomToResults);

map.querymap.status = mapscript.MS_ON;
map.querymap.color.setRGB(0,0,255);
map.querymap.color.setRGB(0,0,255,255);
map.querymap.style = (int)MS_QUERYMAP_STYLES.MS_HILITE;

try
Expand Down

0 comments on commit 60bd48e

Please sign in to comment.