Skip to content

Commit

Permalink
Reloaded3 : curve - missing update on curve_buttonclear
Browse files Browse the repository at this point in the history
  • Loading branch information
d-j-a-y committed Jun 17, 2019
1 parent 04fab81 commit ed2c324
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions veejay-current/veejay-client/src/vj-api.c
Original file line number Diff line number Diff line change
Expand Up @@ -3336,6 +3336,7 @@ static void update_curve_widget(GtkWidget *curve)
}
}
} else {
gtk_toggle_button_set_active( GTK_TOGGLE_BUTTON(widget_cache[WIDGET_CURVE_TOGGLEENTRY_PARAM]), FALSE );
set_initial_curve( curve, info->uc.entry_tokens[ENTRY_FXID], info->uc.selected_parameter_id,
lo, hi ,
info->uc.entry_tokens[ ENTRY_P0 + info->uc.selected_parameter_id ] );
Expand Down

0 comments on commit ed2c324

Please sign in to comment.