Should only need to click once to select the next point to extend the current track, hence need to mark that the first point is known (via the 'magic scissors started' variable). --- src/viktrwlayer.c | 1 + 1 files changed, 1 insertions(+), 0 deletions(-)
diff --git a/src/viktrwlayer.c b/src/viktrwlayer.c index dfcb2fc..2e66b33 100644 --- a/src/viktrwlayer.c +++ b/src/viktrwlayer.c @@ -2209,6 +2209,7 @@ static void trw_layer_extend_track_end_ms ( gpointer pass_along[6] ) vik_window_enable_layer_tool ( VIK_WINDOW(VIK_GTK_WINDOW_FROM_LAYER(vtl)), VIK_LAYER_TRW, NUM_TOOLS ); vtl->magic_scissors_coord = last_coord; vtl->magic_scissors_current_track = track; + vtl->magic_scissors_started = TRUE; if ( track->trackpoints ) goto_coord ( VIK_LAYERS_PANEL(pass_along[1]), &last_coord) ; -- 1.7.2.3 ------------------------------------------------------------------------------ Nokia and AT&T present the 2010 Calling All Innovators-North America contest Create new apps & games for the Nokia N8 for consumers in U.S. and Canada $10 million total in prizes - $4M cash, 500 devices, nearly $6M in marketing Develop with Nokia Qt SDK, Web Runtime, or Java and Publish to Ovi Store http://p.sf.net/sfu/nokia-dev2dev _______________________________________________ Viking-devel mailing list Viking-devel@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/viking-devel Viking home page: http://viking.sf.net/