From 53cd413221a3b9e105a9ad4e942357d46019e2e1 Mon Sep 17 00:00:00 2001 From: thrust26 Date: Mon, 8 Jun 2020 15:34:10 +0200 Subject: [PATCH] allow changing TV hue in 1% steps update palette display when defaulting --- src/gui/VideoAudioDialog.cxx | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/gui/VideoAudioDialog.cxx b/src/gui/VideoAudioDialog.cxx index c51685fcf..7fcc65cf8 100644 --- a/src/gui/VideoAudioDialog.cxx +++ b/src/gui/VideoAudioDialog.cxx @@ -233,6 +233,7 @@ void VideoAudioDialog::addPaletteTab() CREATE_CUSTOM_SLIDERS(Contrast, "Contrast ", kPaletteUpdated) CREATE_CUSTOM_SLIDERS(Bright, "Brightness ", kPaletteUpdated) CREATE_CUSTOM_SLIDERS(Gamma, "Gamma ", kPaletteUpdated) + myTVHue->setStepValue(1); // The resulting palette xpos = myPhaseShiftNtsc->getRight() + fontWidth * 2; @@ -729,6 +730,7 @@ void VideoAudioDialog::setDefaults() myTVBright->setValue(50); myTVGamma->setValue(50); handlePaletteChange(); + handlePaletteUpdate(); break; case 2: // TV effects