Gray-out Retinex tool when editing non-raw image

Closes #4795
This commit is contained in:
Morgan Hardwood
2018-09-11 20:08:01 +02:00
parent ea992fc91f
commit dc34658683
5 changed files with 24 additions and 1 deletions

View File

@@ -917,6 +917,11 @@ bool MyExpander::on_enabled_change(GdkEventButton* event)
return false;
}
void MyExpander::setSensitive(bool makeSensitive)
{
set_sensitive(makeSensitive);
}
/*
*
* Derived class of some widgets to properly handle the scroll wheel ;