Fixed: The separator line between rule text and reminder text is not drawn when the text contains atoms.

git-svn-id: svn://svn.code.sf.net/p/magicseteditor/code/trunk@890 0fc631ac-6414-0410-93d0-97cfa31319b6
This commit is contained in:
twanvl
2008-05-30 18:22:15 +00:00
parent 891f044fd7
commit d45a14b869
+1
View File
@@ -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)