|
|
|
|
@ -156,7 +156,7 @@ void DrawItemNameLabels(const CelOutputBuffer &out)
|
|
|
|
|
FillRect(out, label.pos.x, label.pos.y - height + marginY, label.width, height, PAL8_BLUE + 6); |
|
|
|
|
else |
|
|
|
|
DrawHalfTransparentRectTo(out, label.pos.x, label.pos.y - height + marginY, label.width, height); |
|
|
|
|
DrawString(out, label.text.c_str(), { label.pos.x + marginX, label.pos.y, label.width, height }, itm.getTextColor()); |
|
|
|
|
DrawString(out, label.text.c_str(), { label.pos.x + marginX, label.pos.y, label.width, height }, itm.getTextColor(true)); |
|
|
|
|
} |
|
|
|
|
labelQueue.clear(); |
|
|
|
|
} |
|
|
|
|
|