* CTextBox: rename setFontTextHeight() => getFontTextHeight()

This commit is contained in:
Michael Liebmann
2013-05-01 07:56:30 +02:00
committed by Thilo Graf
parent 1fb105b361
commit 2c740f1db8
2 changed files with 6 additions and 6 deletions

View File

@@ -109,7 +109,7 @@ class CTextBox
void refreshText(void);
void reSizeMainFrameWidth(int maxTextWidth);
void reSizeMainFrameHeight(int maxTextHeight);
int setFontTextHeight();
int getFontTextHeight();
/* Variables */
std::string m_cText;