mirror of
https://github.com/game-stop/veejay.git
synced 2025-12-22 15:50:01 +01:00
regression fix #73
This commit is contained in:
@@ -3316,12 +3316,12 @@ static void update_current_slot(int *history, int pm, int last_pm)
|
||||
}
|
||||
|
||||
|
||||
/* if( pm == MODE_SAMPLE|| pm == MODE_STREAM )
|
||||
if( pm == MODE_SAMPLE|| pm == MODE_STREAM )
|
||||
if( history[CHAIN_FADE] != info->status_tokens[CHAIN_FADE] )
|
||||
{
|
||||
double val = (double) info->status_tokens[CHAIN_FADE];
|
||||
update_slider_value( "manualopacity", val,0 );
|
||||
} */
|
||||
}
|
||||
|
||||
if( fx_anim ) {
|
||||
set_toggle_button("kf_none",1);
|
||||
|
||||
Reference in New Issue
Block a user