mirror of
https://github.com/juce-framework/JUCE.git
synced 2026-02-01 03:10:06 +00:00
This commit is contained in:
parent
22fefe2c57
commit
888330af5d
1 changed files with 3 additions and 3 deletions
|
|
@ -492,10 +492,10 @@ public:
|
|||
break;
|
||||
|
||||
right += nextAtom->width;
|
||||
}
|
||||
|
||||
if (SHOULD_WRAP (right, wordWrapWidth))
|
||||
return wrapCurrentAtom();
|
||||
if (atom != 0 && SHOULD_WRAP (right, wordWrapWidth))
|
||||
return wrapCurrentAtom();
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue