Skip to content

Commit 536fa36

Browse files
AlicVBTurboGit
authored andcommitted
duplicate : fix highlighting of active thumb
1 parent 7bf2685 commit 536fa36

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/libs/duplicate.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -398,6 +398,7 @@ void gui_init(dt_lib_module_t *self)
398398

399399
self->widget = gtk_box_new(GTK_ORIENTATION_VERTICAL, 0);
400400
dt_gui_add_class(self->widget, "dt_duplicate_ui");
401+
dt_act_on_set_class(self->widget);
401402

402403
d->duplicate_box = gtk_box_new(GTK_ORIENTATION_VERTICAL, 0);
403404

0 commit comments

Comments
 (0)