Skip to content

Commit 8da3edb

Browse files
ralfbrownTurboGit
authored andcommitted
ensure that deprecation message is hidden
On initially entering darkroom view, the deprecation warning message is displayed on whichever tab is active in the right side panel even if that tab is not the deprecated-modules tab. Switching to any other tab (and optionally back) hides the warning. This commit ensures that the message is also hidden initially.
1 parent f26de97 commit 8da3edb

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/libs/modulegroups.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2927,6 +2927,7 @@ void gui_init(dt_lib_module_t *self)
29272927
d->current = dt_conf_get_int("plugins/darkroom/groups");
29282928
if(d->current == DT_MODULEGROUP_NONE) _lib_modulegroups_update_iop_visibility(self);
29292929
gtk_widget_show_all(self->widget);
2930+
gtk_widget_set_no_show_all(d->deprecated, TRUE);
29302931
gtk_widget_set_no_show_all(d->hbox_buttons, TRUE);
29312932
gtk_widget_set_no_show_all(d->hbox_search_box, TRUE);
29322933

0 commit comments

Comments
 (0)