From b7bf3518019a63395abc33f78a580737f6a50db7 Mon Sep 17 00:00:00 2001 From: Stefan Frederik Date: Fri, 2 Sep 2022 18:19:39 +0200 Subject: [PATCH] [t]rack bindkey applied to digital graphs if they are selected, although track does not work if pointing in digital graphs --- src/callback.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/callback.c b/src/callback.c index 934aa9b8..675f155e 100644 --- a/src/callback.c +++ b/src/callback.c @@ -488,7 +488,7 @@ static int waves_callback(int event, int mx, int my, KeySym key, int button, int } } else if((key == 't') ) { - if(!gr->digital) { + if(track_dset != -2) { if(i == xctx->graph_master || r->sel) { my_strdup(1448, &r->prop_ptr, subst_token(r->prop_ptr, "dataset", my_itoa(track_dset))); }