Correctly reset the m_oldClutFilename
field when initializing the film simulation tool
Fixes issue #3831
This commit is contained in:
@@ -133,6 +133,7 @@ void FilmSimulation::read( const rtengine::procparams::ProcParams* pp, const Par
|
|||||||
? Glib::ustring(Glib::build_filename(options.clutsDir, pp->filmSimulation.clutFilename))
|
? Glib::ustring(Glib::build_filename(options.clutsDir, pp->filmSimulation.clutFilename))
|
||||||
: pp->filmSimulation.clutFilename
|
: pp->filmSimulation.clutFilename
|
||||||
);
|
);
|
||||||
|
m_oldClutFilename = m_clutComboBox->getSelectedClut();
|
||||||
}
|
}
|
||||||
|
|
||||||
m_strength->setValue(pp->filmSimulation.strength);
|
m_strength->setValue(pp->filmSimulation.strength);
|
||||||
|
Reference in New Issue
Block a user