mirror of
https://github.com/juce-framework/JUCE.git
synced 2026-01-10 23:44:24 +00:00
Fixed a typo.
This commit is contained in:
parent
c0fb38c35c
commit
8c7b3107f9
1 changed files with 1 additions and 1 deletions
|
|
@ -696,7 +696,7 @@ void Path::addBubble (float x, float y,
|
|||
if (whichSide == 0)
|
||||
{
|
||||
const float halfArrowW = jmin (arrowWidth, w - cs2) * 0.5f;
|
||||
const float arrowX1 = x + cs + jmax (0.0f, (w - cs2 - arrowWidth)) * arrowPos - halfArrowW);
|
||||
const float arrowX1 = x + cs + jmax (0.0f, (w - cs2 - arrowWidth) * arrowPos - halfArrowW);
|
||||
lineTo (arrowX1, y);
|
||||
lineTo (tipX, tipY);
|
||||
lineTo (arrowX1 + halfArrowW * 2.0f, y);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue