From d2da8a768745ab05b49af52755b48034c4c0b276 Mon Sep 17 00:00:00 2001 From: Rodney Date: May 19 2021 13:34:44 +0000 Subject: Merge pull request #3951 from shun-iwasawa/fix_camera_capture_level_control Fix camera capture's level control --- diff --git a/toonz/sources/toonz/cameracapturelevelcontrol.cpp b/toonz/sources/toonz/cameracapturelevelcontrol.cpp index cc2a591..288ea93 100644 --- a/toonz/sources/toonz/cameracapturelevelcontrol.cpp +++ b/toonz/sources/toonz/cameracapturelevelcontrol.cpp @@ -346,6 +346,7 @@ void CameraCaptureLevelControl::onFieldChanged() { m_histogram->setThreshold(m_thresholdFld->getValue()); m_histogram->update(); + computeLut(); } //-----------------------------------------------------------------------------