From 4f48efc35020ae9b1df99668f316afe9d059700b Mon Sep 17 00:00:00 2001 From: thrust26 Date: Wed, 11 Jul 2018 19:00:39 +0200 Subject: [PATCH] commented duplicate TIA zoom slider --- src/gui/VideoDialog.cxx | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/src/gui/VideoDialog.cxx b/src/gui/VideoDialog.cxx index 8a7028c2a..2231ac270 100644 --- a/src/gui/VideoDialog.cxx +++ b/src/gui/VideoDialog.cxx @@ -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 ");