fixed tab bug in VideoAudioDialog

This commit is contained in:
thrust26 2020-11-05 11:52:15 +01:00
parent f550d727ce
commit 9b600df172
1 changed files with 1 additions and 1 deletions

View File

@ -167,7 +167,7 @@ void VideoAudioDialog::addDisplayTab()
// Aspect ratio correction
ypos += lineHeight + VGAP * 4;
myCorrectAspect = new CheckboxWidget(myTab, _font, xpos, ypos + 1, "Correct aspect ratio (*)");
wid.push_back(myUseStretch);
wid.push_back(myCorrectAspect);
// Vertical size
ypos += lineHeight + VGAP;