Fix tooltip height for versions of irrlicht < 1.8.2
authorCraig Robbins <kde.psych@gmail.com>
Fri, 20 May 2016 11:18:59 +0000 (21:18 +1000)
committerCraig Robbins <kde.psych@gmail.com>
Fri, 20 May 2016 14:26:04 +0000 (00:26 +1000)
commit88acda02567d586820867059718cac551dc7a58b
treec9a4b1acdeca3d7de18a95335797ade1145b0e08
parent8ba6d9f227398d2004d1fe7ae095f5e342dc6d7b
Fix tooltip height for versions of irrlicht < 1.8.2

Version 1.8.2 of irrlicht changed the way that IGUIStaticText::getTextHeight() works and since that release properly deals with newlines.

From irrlicht changes.txt for 1.8.2, "IGUIStaticText::getTextHeight returns now the correct height for texts with newlines even WordWrap is not set."
src/guiFormSpecMenu.cpp