Commit 01de90ca authored by claes's avatar claes

size arg was missing in get_text_extent

parent 12075159
......@@ -1692,7 +1692,7 @@ int GlowDrawXLib::text_cursor( GlowWind *wind, int x, int y, char *text, int len
int width, height, descent;
get_text_extent( text, pos, gc_type, idx, font_idx,
&width, &height, &descent);
&width, &height, &descent, size);
if ( w->clip_on)
set_clip( w, get_gc( this, gc_type, idx));
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment