Skip to content
Snippets Groups Projects
Commit c4472d88 authored by Jonathan Wilkes's avatar Jonathan Wilkes
Browse files

fix initial y-position of obj/msg box text

parent 65453b3e
No related branches found
No related tags found
No related merge requests found
......@@ -373,7 +373,8 @@ static void rtext_senditup(t_rtext *x, int action, int *widthp, int *heightp,
canvas, x->x_tag, rtext_gettype(x)->s_name,
glist_isselected(x->x_glist, ((t_gobj*)x->x_text)),
LMARGIN,
pixhigh - BMARGIN - TMARGIN - 1,
fontheight,
//pixhigh - BMARGIN - TMARGIN - 1,
// TMARGIN,
// BMARGIN,
// pixhigh,
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment