Skip to content

Commit 0a084b1

Browse files
committed
revert temporary workaround
1 parent 25a1ea5 commit 0a084b1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/bauhaus/bauhaus.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -799,7 +799,7 @@ static gboolean dt_bauhaus_combobox_motion_notify(GtkWidget *widget, GdkEventMot
799799
// common initialization
800800
static void _bauhaus_widget_init(dt_bauhaus_widget_t *w, dt_iop_module_t *self)
801801
{
802-
if(self) w->module = DT_ACTION(self);
802+
w->module = DT_ACTION(self);
803803
w->field = NULL;
804804

805805
w->section = NULL;

0 commit comments

Comments
 (0)