1
mirror of https://github.com/mpv-player/mpv synced 2024-12-28 06:03:45 +01:00

last flip bug fixed

git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@7706 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
pontscho 2002-10-10 12:47:33 +00:00
parent 5f989df629
commit cc6c1614f4

View File

@ -431,7 +431,8 @@ void prButton( GtkButton * button,gpointer user_data )
if ( gtk_toggle_button_get_active( GTK_TOGGLE_BUTTON( CBFramedrop ) ) == TRUE ) frame_dropping=1;
if ( gtk_toggle_button_get_active( GTK_TOGGLE_BUTTON( CBHFramedrop ) ) == TRUE ) frame_dropping=2;
flip=gtk_toggle_button_get_active( GTK_TOGGLE_BUTTON( CBFlip ) );
flip=-1;
if ( gtk_toggle_button_get_active( GTK_TOGGLE_BUTTON( CBFlip ) ) ) flip=1;
// -- 3. page
gtkSet( gtkSetSubAuto,!gtk_toggle_button_get_active( GTK_TOGGLE_BUTTON( CBNoAutoSub ) ),NULL );