commented duplicate TIA zoom slider

This commit is contained in:
thrust26 2018-07-11 19:00:39 +02:00
parent 1a97c5bc93
commit 4f48efc350
1 changed files with 2 additions and 3 deletions

View File

@ -131,13 +131,12 @@ VideoDialog::VideoDialog(OSystem& osystem, DialogContainer& parent,
wid.push_back(myTIAZoom);
ypos += lineHeight + VGAP;
SliderWidget* s = new SliderWidget(myTab, font, xpos, ypos - 1, swidth, lineHeight,
/*SliderWidget* s = new SliderWidget(myTab, font, xpos, ypos - 1, swidth, lineHeight,
"TIA zoom", lwidth, 0, fontWidth * 4, "%");
s->setMinValue(200); s->setMaxValue(500);
s->setTickmarkInterval(3); // just for testing now; TODO: remove or redefine
wid.push_back(s);
ypos += lineHeight + VGAP;
ypos += lineHeight + VGAP;*/
// TIA interpolation
myTIAInterpolate = new CheckboxWidget(myTab, font, xpos, ypos + 1, "TIA interpolation ");