We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7782cd2 commit cd53309Copy full SHA for cd53309
src/iop/highlights.c
@@ -1218,7 +1218,6 @@ void reload_defaults(dt_iop_module_t *self)
1218
DT_IOP_HIGHLIGHTS_OPPOSED);
1219
// As we only have clip available we remove all other options
1220
for(int i = 0; i < 6; i++) dt_bauhaus_combobox_remove_at(g->mode, 1);
1221
- d->mode = DT_IOP_HIGHLIGHTS_CLIP;
1222
}
1223
else if(sraw)
1224
{
@@ -1237,6 +1236,7 @@ void reload_defaults(dt_iop_module_t *self)
1237
1236
_set_quads(g, NULL);
1238
1239
d->clip = MIN(d->clip, img->linear_response_limit);
+ d->mode = rawprep ? DT_IOP_HIGHLIGHTS_OPPOSED : DT_IOP_HIGHLIGHTS_CLIP;
1240
1241
1242
static void _quad_callback(GtkWidget *quad, dt_iop_module_t *self)
0 commit comments