1
0
Fork 0
mirror of https://github.com/juce-framework/JUCE.git synced 2026-02-01 03:10:06 +00:00
This commit is contained in:
jules 2008-04-09 16:43:14 +00:00
parent 22fefe2c57
commit 888330af5d

View file

@ -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();
}
}
}
}