mirror of
https://github.com/game-stop/veejay.git
synced 2025-12-21 15:20:02 +01:00
fx anim, include last frame position
This commit is contained in:
@@ -2084,7 +2084,7 @@ void on_curve_buttonstore_clicked(GtkWidget *widget, gpointer user_data )
|
||||
int end = get_nums( "curve_spinend" );
|
||||
int start = get_nums( "curve_spinstart" );
|
||||
|
||||
const int length = end - start;
|
||||
const int length = end - start + 1;
|
||||
|
||||
|
||||
if( (length) <= 0 || id <= 0 )
|
||||
|
||||
Reference in New Issue
Block a user