Skip to content

Commit

Permalink
Highlights reconstruction: allow multi-instanciation
Browse files Browse the repository at this point in the history
  • Loading branch information
aurelienpierre committed Feb 4, 2025
1 parent 455b384 commit d88ee95
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/iop/highlights.c
Original file line number Diff line number Diff line change
Expand Up @@ -164,7 +164,7 @@ int default_group()

int flags()
{
return IOP_FLAGS_SUPPORTS_BLENDING | IOP_FLAGS_ALLOW_TILING | IOP_FLAGS_ONE_INSTANCE;
return IOP_FLAGS_SUPPORTS_BLENDING | IOP_FLAGS_ALLOW_TILING;
}

int default_colorspace(dt_iop_module_t *self, dt_dev_pixelpipe_t *pipe, dt_dev_pixelpipe_iop_t *piece)
Expand Down

0 comments on commit d88ee95

Please sign in to comment.