Skip to content

Commit

Permalink
Call fixlinesfor when resizing
Browse files Browse the repository at this point in the history
  • Loading branch information
timothyschoen committed Feb 28, 2024
1 parent a952360 commit 9056812
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions pdlua_gfx.h
Original file line number Diff line number Diff line change
Expand Up @@ -668,6 +668,7 @@ static int set_size(lua_State* L)
obj->gfx.width = luaL_checknumber(L, 1);
obj->gfx.height = luaL_checknumber(L, 2);
pdlua_gfx_repaint(obj, 0);
canvas_fixlinesfor(v->glist, (t_text*)obj);
return 0;
}

Expand Down

0 comments on commit 9056812

Please sign in to comment.