Fix vector out of range crash when using LH/HH curves in Color & Light

This commit is contained in:
Pandagrapher
2018-09-22 18:00:35 +02:00
parent f945466df5
commit 72477fcd8b
2 changed files with 41 additions and 38 deletions

View File

@@ -211,6 +211,7 @@ private:
// Locallab GUI management function
void updateLocallabGUI(const rtengine::procparams::ProcParams* pp, int index);
void updateSpecificGUIState();
public:
Locallab();