Reloaded : Comment "Enable/Disable all keyframes" button.

there is no corresponding event
This commit is contained in:
[d.j.a.y] Jerome Blanchi
2015-11-15 13:29:58 +01:00
parent 6351c91840
commit 21a641e4cb
2 changed files with 5 additions and 1 deletions

View File

@@ -10671,6 +10671,8 @@ YUV (current)</property>
<property name="position">4</property>
</packing>
</child>
<!-- there is no corresponding event in veejay for this -->
<!--
<child>
<widget class="GtkToggleButton" id="curve_toggleglobal">
<property name="visible">True</property>
@@ -10692,6 +10694,7 @@ YUV (current)</property>
<property name="position">5</property>
</packing>
</child>
-->
<child>
<widget class="GtkToggleButton" id="toggle_subrender">
<property name="visible">True</property>

View File

@@ -2470,10 +2470,11 @@ void on_kf_p15_toggled( GtkWidget *widget, gpointer user_data)
if( is_button_toggled("kf_p15"))
kf_changed( 15 );
}
/* Enable/Disable all keyframes : there is no correspoding event for this
void on_curve_toggleglobal_toggled(GtkWidget *widget, gpointer user_data)
{
}
*/
void on_button_videobook_clicked(GtkWidget *widget, gpointer user_data)
{
GtkWidget *n = glade_xml_get_widget_( info->main_window, "videobook" );