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

@@ -268,6 +268,9 @@ public:
/// Set the collapsed/expanded state of the expander
void set_expanded( bool expanded );
// Set whether the expander should be grayed-out.
void setSensitive(bool makeSensitive);
/// Get the collapsed/expanded state of the expander
bool get_expanded();