Skip to content

Commit

Permalink
IOP: ensure we compute the blendop hash before the module one when lo…
Browse files Browse the repository at this point in the history
…ading default params
  • Loading branch information
aurelienpierre committed Feb 5, 2025
1 parent 0330ee8 commit a522c5e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/develop/imageop.c
Original file line number Diff line number Diff line change
Expand Up @@ -77,6 +77,7 @@ void dt_iop_load_default_params(dt_iop_module_t *module)
dt_develop_blend_init_blend_parameters(module->default_blendop_params, cst);
dt_iop_commit_blend_params(module, module->default_blendop_params);
dt_iop_gui_blending_reload_defaults(module);
dt_iop_compute_blendop_hash(module);
dt_iop_compute_module_hash(module);
}

Expand Down

0 comments on commit a522c5e

Please sign in to comment.