Linux (gtk): Actually change filter when loading options.

This commit is contained in:
alvinwong 2014-03-08 10:23:35 +00:00
parent 84460eeb5a
commit 5c3c1f14d9
1 changed files with 1 additions and 0 deletions

View File

@ -3004,6 +3004,7 @@ common_gtk_main( class configured_features *my_config)
if (config.view_filter < VideoFilterTypeID_None || config.view_filter >= VideoFilterTypeIDCount) {
config.view_filter = VideoFilterTypeID_None;
}
video->ChangeFilterByID((VideoFilterTypeID)config.view_filter.get());
gtk_action_group_add_radio_actions(action_group, pri_interpolation_entries, G_N_ELEMENTS(pri_interpolation_entries),
config.view_filter, G_CALLBACK(Modify_PriInterpolation), NULL);