allow translation of demosaic methods; hide Sub-Image selector for files with onyl 1 raw file; ...
This commit is contained in:
@@ -160,6 +160,18 @@ public:
|
||||
exp->set_expanded( expanded );
|
||||
}
|
||||
}
|
||||
|
||||
void hide() {
|
||||
if (exp && !batchMode) { // conditional hide
|
||||
exp->hide();
|
||||
}
|
||||
}
|
||||
|
||||
void show() {
|
||||
if (exp) { // always show
|
||||
exp->show();
|
||||
}
|
||||
}
|
||||
bool getExpanded ()
|
||||
{
|
||||
if (exp) {
|
||||
|
Reference in New Issue
Block a user