Reloaded / Anim Fx : update the curve on curve stored.

This commit is contained in:
[d.j.a.y] Jerome Blanchi
2016-08-23 21:49:48 +02:00
parent fa0fccf746
commit 27b34400fa

View File

@@ -2494,6 +2494,7 @@ static void vj_kf_refresh()
int *entry_tokens = &(info->uc.entry_tokens[0]);
if( entry_tokens[ENTRY_FXID] > 0 ) {
enable_widget( "frame_fxtree3" );
update_curve_widget(glade_xml_get_widget_(info->main_window, "curve"));
}
else {
set_toggle_button( "curve_toggleentry_param", 0 );