fix flip handling bug

git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@7195 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
alex 2002-08-31 13:29:26 +00:00
parent db4531add4
commit bf8fb7478f
1 changed files with 2 additions and 1 deletions

View File

@ -190,7 +190,8 @@ void ShowPreferences( void )
case 1: gtk_toggle_button_set_active( GTK_TOGGLE_BUTTON( CBFramedrop ),TRUE );
}
gtk_toggle_button_set_active( GTK_TOGGLE_BUTTON( CBFlip ),flip );
if (flip != -1)
gtk_toggle_button_set_active( GTK_TOGGLE_BUTTON( CBFlip ),flip );
gtk_adjustment_set_value( HSPanscanadj,vo_panscan );
{
int i = 0, c = 0;