mirror of
https://github.com/amyinspace/MagicSetEditor2.git
synced 2026-06-12 05:36:59 -04:00
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:
@@ -36,6 +36,7 @@ void TextValueViewer::draw(RotatedDC& dc) {
|
|||||||
if (viewer.drawFocus() && isCurrent()) {
|
if (viewer.drawFocus() && isCurrent()) {
|
||||||
v.draw(dc, style(), DRAW_ACTIVE);
|
v.draw(dc, style(), DRAW_ACTIVE);
|
||||||
}
|
}
|
||||||
|
if (viewer.drawBorders()) dc.SetPen(viewer.borderPen(isCurrent()));
|
||||||
v.draw(dc, style(), (DrawWhat)(
|
v.draw(dc, style(), (DrawWhat)(
|
||||||
DRAW_NORMAL
|
DRAW_NORMAL
|
||||||
| (viewer.drawBorders() ? DRAW_BORDERS : 0)
|
| (viewer.drawBorders() ? DRAW_BORDERS : 0)
|
||||||
|
|||||||
Reference in New Issue
Block a user