mirror of
https://github.com/juce-framework/JUCE.git
synced 2026-01-09 23:34:20 +00:00
Fix J8 vertical text placement regression in the software renderer
This commit is contained in:
parent
fa6fa9a61a
commit
fa0ed2801d
1 changed files with 1 additions and 1 deletions
|
|
@ -2680,7 +2680,7 @@ protected:
|
|||
if (auto fill = colourLayer->colour)
|
||||
stack->setFillType (*fill);
|
||||
|
||||
stack->fillEdgeTable (colourLayer->clip, drawPosition.x, (int) drawPosition.y);
|
||||
stack->fillEdgeTable (colourLayer->clip, drawPosition.x, roundToInt (drawPosition.y));
|
||||
}
|
||||
else if (auto* imageLayer = std::get_if<ImageLayer> (&layer.layer))
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue