mirror of
https://github.com/game-stop/veejay.git
synced 2025-12-21 15:20:02 +01:00
Reloaded : Kf Anim toggle button in curve panel - fix pannel toggle don't work
* a test was always done on "curve_chain_toggleentry"
This commit is contained in:
@@ -2740,7 +2740,7 @@ void curve_toggleentry_toggled( GtkWidget *widget, gpointer user_data)
|
||||
return;
|
||||
}
|
||||
|
||||
int k = is_button_toggled( "curve_chain_toggleentry" );
|
||||
int k = gtk_toggle_button_get_active( GTK_TOGGLE_BUTTON(widget) );
|
||||
int type = 0;
|
||||
if( is_button_toggled("curve_typespline")) {
|
||||
type = 1;
|
||||
|
||||
Reference in New Issue
Block a user