Page 1 of 1

[Bug] Small typo in TextComponent.cpp

Posted: Thu Jan 02, 2014 20:58
by slack41
In CEGUI 0.8.3, in file src/falagard/TextComponent.cpp, there is a typo:

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.

Re: [Bug] Small typo in TextComponent.cpp

Posted: Thu Jan 02, 2014 22:28
by Kulik