Commit 13ecb938 authored by twanvl's avatar twanvl

Fixed: The separator line between rule text and reminder text is not drawn...

Fixed: The separator line between rule text and reminder text is not drawn when the text contains atoms.
parent 09dbbff2
......@@ -36,6 +36,7 @@ void TextValueViewer::draw(RotatedDC& dc) {
if (viewer.drawFocus() && isCurrent()) {
v.draw(dc, style(), DRAW_ACTIVE);
}
if (viewer.drawBorders()) dc.SetPen(viewer.borderPen(isCurrent()));
v.draw(dc, style(), (DrawWhat)(
DRAW_NORMAL
| (viewer.drawBorders() ? DRAW_BORDERS : 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