Bug fix for unhooked combo box callback to avi backend.
This commit is contained in:
parent
435c332902
commit
9758a8bb09
|
@ -217,5 +217,7 @@ void MovieOptionsDialog_t::loadFullStatesChanged(int state)
|
||||||
void MovieOptionsDialog_t::aviBackendChanged(int idx)
|
void MovieOptionsDialog_t::aviBackendChanged(int idx)
|
||||||
{
|
{
|
||||||
aviPageStack->setCurrentIndex(idx);
|
aviPageStack->setCurrentIndex(idx);
|
||||||
|
|
||||||
|
aviSetSelVideoFormat(idx);
|
||||||
}
|
}
|
||||||
//----------------------------------------------------------------------------
|
//----------------------------------------------------------------------------
|
||||||
|
|
Loading…
Reference in New Issue