Code: Select all
else if (d_text.empty())
should be
Code: Select all
else if (d_textLogical.empty())
This only manifests when compiling with CEGUI_BIDI_SUPPORT enabled.
Moderators: CEGUI MVP, CEGUI Team
Code: Select all
else if (d_text.empty())
Code: Select all
else if (d_textLogical.empty())
Return to “Bug Reports, Suggestions, Feature Requests”
Users browsing this forum: No registered users and 1 guest