From 6edf146cc30f9dacf7975b46d728b3cdc27da264 Mon Sep 17 00:00:00 2001 From: Desmis Date: Wed, 31 Jan 2018 13:35:04 +0100 Subject: [PATCH] Add forgotten sliders for reset button --- rtgui/locallab.cc | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/rtgui/locallab.cc b/rtgui/locallab.cc index 4a2beaf26..5476f4c2d 100644 --- a/rtgui/locallab.cc +++ b/rtgui/locallab.cc @@ -1687,6 +1687,12 @@ void Locallab::neutral_pressed() chrrt->resetValue(false); sensih->resetValue(false); retrab->resetValue(false); + expcomp->resetValue(false); + hlcompr->resetValue(false); + hlcomprthresh->resetValue(false); + black->resetValue(false); + shcompr->resetValue(false); + sensiex->resetValue(false); cTgainshape->reset(); llshape->reset(); ccshape->reset();