mirror of
https://github.com/game-stop/veejay.git
synced 2025-12-23 16:20:03 +01:00
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:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user