mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-03-30 12:49:40 +00:00
adjust visibility calculations
This commit is contained in:
parent
b37a92b255
commit
3b2659b6f9
1 changed files with 5 additions and 1 deletions
|
@ -217,7 +217,11 @@ app_selection_changed_cb (GtkTreeSelection * selection, App * app)
|
||||||
app->selected_type == GES_TYPE_TIMELINE_TITLE_SOURCE);
|
app->selected_type == GES_TYPE_TIMELINE_TITLE_SOURCE);
|
||||||
|
|
||||||
gtk_widget_set_visible (app->generic_duration,
|
gtk_widget_set_visible (app->generic_duration,
|
||||||
app->selected_type == GES_TYPE_TIMELINE_TITLE_SOURCE);
|
app->selected_type == GES_TYPE_TIMELINE_TITLE_SOURCE ||
|
||||||
|
app->selected_type == GES_TYPE_TIMELINE_TEST_SOURCE);
|
||||||
|
|
||||||
|
gtk_widget_set_visible (app->background_properties,
|
||||||
|
app->selected_type == GES_TYPE_TIMELINE_TEST_SOURCE);
|
||||||
}
|
}
|
||||||
|
|
||||||
gboolean
|
gboolean
|
||||||
|
|
Loading…
Reference in a new issue