EssentialGG / Elementa

A simple, declarative GUI library for Minecraft
GNU Lesser General Public License v3.0
351 stars 30 forks source link

TextDrawable: Fix incorrect splitting of formatted drawables #109

Closed DJtheRedstoner closed 1 year ago

DJtheRedstoner commented 1 year ago

After styleChars is subtracted from splitPoint, the splitPoint value refers to indices in the plainText, not the formattedText.

Fixes EM-1599

Before: Before image

After: After image