| 391 | } |
| 392 | |
| 393 | G_MODULE_EXPORT void |
| 394 | color_range_changed_cb (GtkWidget *widget, gpointer data) |
| 395 | { |
| 396 | signal_user_data_t *ud = ghb_ud(); |
| 397 | ghb_widget_to_setting(ud->settings, widget); |
| 398 | ghb_update_summary_info(ud); |
| 399 | ghb_clear_presets_selection(ud); |
| 400 | ghb_live_reset(ud); |
| 401 | } |
nothing calls this directly
no test coverage detected