X-Git-Url: https://git.street.me.uk/andy/viking.git/blobdiff_plain/750787683955c0b80f001a21065a1cb7f30a5a63..8e7bf2f684e122505fa081216f05ac72a81b76be:/src/vikdemlayer.c diff --git a/src/vikdemlayer.c b/src/vikdemlayer.c index b764c3ec..52c0b3da 100644 --- a/src/vikdemlayer.c +++ b/src/vikdemlayer.c @@ -134,7 +134,9 @@ static VikToolInterface dem_tools[] = { { { "DEMDownload", "vik-icon-DEM Download", N_("_DEM Download"), NULL, N_("DEM Download"), 0 }, (VikToolConstructorFunc) dem_layer_download_create, NULL, NULL, NULL, (VikToolMouseFunc) dem_layer_download_click, NULL, (VikToolMouseFunc) dem_layer_download_release, - (VikToolKeyFunc) NULL, GDK_CURSOR_IS_PIXMAP, &cursor_demdl_pixbuf }, + (VikToolKeyFunc) NULL, + FALSE, + GDK_CURSOR_IS_PIXMAP, &cursor_demdl_pixbuf }, };