Skip to content

Commit

Permalink
pdlua_click: fall back to default text behavior in non-gui mode.
Browse files Browse the repository at this point in the history
  • Loading branch information
agraef committed Sep 4, 2024
1 parent 53958ec commit ee49e3f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pdlua.c
Original file line number Diff line number Diff line change
Expand Up @@ -766,7 +766,7 @@ static int pdlua_click(t_gobj *z, t_glist *gl, int xpos, int ypos, int shift, in

x->gfx.mouse_down = doit;
return 1;
}
} else
#endif
return text_widgetbehavior.w_clickfn(z, gl, xpos, ypos, shift, alt, dbl, doit);
}
Expand Down

0 comments on commit ee49e3f

Please sign in to comment.