mirror of
https://github.com/game-stop/veejay.git
synced 2025-12-19 22:30:06 +01:00
issue #47
This commit is contained in:
@@ -127,6 +127,7 @@ void on_videobar_value_changed(GtkWidget *widget, gpointer user_data)
|
|||||||
|
|
||||||
void on_subrender_toggled(GtkWidget *widget, gpointer user_data)
|
void on_subrender_toggled(GtkWidget *widget, gpointer user_data)
|
||||||
{
|
{
|
||||||
|
if(!info->status_lock)
|
||||||
multi_vims( VIMS_SUB_RENDER,"%d",0);
|
multi_vims( VIMS_SUB_RENDER,"%d",0);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
@@ -28,7 +28,7 @@
|
|||||||
|
|
||||||
int status_to_arr( char *status, int *array )
|
int status_to_arr( char *status, int *array )
|
||||||
{
|
{
|
||||||
int n = sscanf(status, "%d %d %d %d %d %d %d %d %d %d %d %d %d %d %d %d %d %d %d %d %d %d %d %d %d %d",
|
int n = sscanf(status, "%d %d %d %d %d %d %d %d %d %d %d %d %d %d %d %d %d %d %d %d %d %d %d %d %d %d %d",
|
||||||
array + 0,
|
array + 0,
|
||||||
array + 1,
|
array + 1,
|
||||||
array + 2,
|
array + 2,
|
||||||
|
|||||||
@@ -3140,6 +3140,10 @@ static void update_current_slot(int *history, int pm, int last_pm)
|
|||||||
update = 1;
|
update = 1;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
if( (history[SUBRENDER] != info->status_tokens[SUBRENDER] || is_button_toggled( "toggle_subrender") != info->status_tokens[SUBRENDER]) )
|
||||||
|
{
|
||||||
|
set_toggle_button( "toggle_subrender", 1 );
|
||||||
|
}
|
||||||
|
|
||||||
if(update)
|
if(update)
|
||||||
{
|
{
|
||||||
|
|||||||
Reference in New Issue
Block a user