Bug fix for unhooked combo box callback to avi backend.

This commit is contained in:
mjbudd77 2021-09-17 22:35:41 -04:00
parent 435c332902
commit 9758a8bb09
1 changed files with 2 additions and 0 deletions

View File

@ -217,5 +217,7 @@ void MovieOptionsDialog_t::loadFullStatesChanged(int state)
void MovieOptionsDialog_t::aviBackendChanged(int idx)
{
aviPageStack->setCurrentIndex(idx);
aviSetSelVideoFormat(idx);
}
//----------------------------------------------------------------------------