[t]rack bindkey applied to digital graphs if they are selected, although track does not work if pointing in digital graphs

This commit is contained in:
Stefan Frederik 2022-09-02 18:19:39 +02:00
parent 5c808505b3
commit b7bf351801
1 changed files with 1 additions and 1 deletions

View File

@ -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)));
}