mirror of
https://github.com/game-stop/veejay.git
synced 2025-12-21 23:30:00 +01:00
fix wrong widget name (autowhitebalance)
This commit is contained in:
@@ -1343,7 +1343,7 @@ void on_check_autowhitebalance_toggled(GtkWidget *widget, gpointer user_data)
|
|||||||
{
|
{
|
||||||
if(!info->status_lock)
|
if(!info->status_lock)
|
||||||
{
|
{
|
||||||
multi_vims( VIMS_STREAM_SET_V4LCTRL, "%d %d auto_white", info->selected_slot->sample_id,is_button_toggled("autowhitebalance"));
|
multi_vims( VIMS_STREAM_SET_V4LCTRL, "%d %d auto_white", info->selected_slot->sample_id,is_button_toggled("chekc_autowhitebalance"));
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user