Commit dd944576 authored by Christoffer Ackelman's avatar Christoffer Ackelman

FlowTipText now draws background.

parent 06078351
......@@ -123,6 +123,8 @@ void FlowTipText::draw()
if (!active || !tiptext_rows)
return;
ctx->fdraw->rect(text_x, text_y, text_width, text_height,
flow_eDrawType_LineErase, 1, 0);
ctx->fdraw->rect(text_x, text_y, text_width, text_height,
flow_eDrawType_Line, 0, 0);
......
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