Skip to content

Commit

Permalink
update qap when disabling module via shortcut
Browse files Browse the repository at this point in the history
  • Loading branch information
dterrahe committed Jul 2, 2024
1 parent 77319c7 commit fe7194d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/develop/imageop.c
Original file line number Diff line number Diff line change
Expand Up @@ -1120,7 +1120,7 @@ static void _gui_off_callback(GtkToggleButton *togglebutton, dt_iop_module_t *mo
// rebuild the accelerators
dt_iop_connect_accels_multi(module->so);

if(module->enabled && !gtk_widget_is_visible(module->header))
if(!gtk_widget_is_visible(module->header))
dt_dev_modulegroups_update_visibility(darktable.develop);
}

Expand Down

0 comments on commit fe7194d

Please sign in to comment.