fix framerate button in reloaded, fix preview resolution switching

git-svn-id: svn://code.dyne.org/veejay/trunk@1362 eb8d1916-c9e9-0310-b8de-cf0c9472ead5
This commit is contained in:
Niels Elburg
2010-01-29 21:29:07 +00:00
parent f16db72437
commit 45ec6bad99
2 changed files with 18 additions and 2 deletions

View File

@@ -5229,14 +5229,14 @@ static void load_editlist_info()
update_label_i( "label_el_achans", values[7], 0);
update_label_i( "label_el_abits", values[5], 0);
if( rate == 0 )
/* if( rate == 0 )
{
enable_widget( "vjframerate" );
}
else
{
disable_widget( "vjframerate");
}
}*/
info->el.ratio = (float)info->el.width / (float) info->el.height;