Fixes #3969, Retinex tool does not remember the status of its settings subtool
This commit is contained in:
@@ -657,7 +657,7 @@ void Retinex::writeOptions (std::vector<int> &tpOpen)
|
||||
|
||||
void Retinex::updateToolState (std::vector<int> &tpOpen)
|
||||
{
|
||||
if (tpOpen.size() == 10) {
|
||||
if (tpOpen.size() >= 10) {
|
||||
expsettings->set_expanded (tpOpen.at (9));
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user