Correctly reset the m_oldClutFilename field when initializing the film simulation tool

Fixes issue #3831
This commit is contained in:
Alberto Griggio
2017-04-17 23:13:16 +02:00
parent ba002b1e92
commit 68271a513b

View File

@@ -133,6 +133,7 @@ void FilmSimulation::read( const rtengine::procparams::ProcParams* pp, const Par
? Glib::ustring(Glib::build_filename(options.clutsDir, pp->filmSimulation.clutFilename))
: pp->filmSimulation.clutFilename
);
m_oldClutFilename = m_clutComboBox->getSelectedClut();
}
m_strength->setValue(pp->filmSimulation.strength);