1
0
mirror of https://github.com/vcmi/vcmi.git synced 2025-07-15 01:24:45 +02:00

Fixed TextBox line breaking & slider.

This commit is contained in:
DjWarmonger
2012-08-04 17:51:02 +00:00
parent 63a757ac7d
commit 75283bf0fd
2 changed files with 16 additions and 8 deletions

View File

@ -363,7 +363,7 @@ public:
: CLabel (x, y, Font, Align, Color, Text){};
void setTxt(const std::string &Txt);
void setBounds(int limitW, int limitH);
void recalculateLines(const std::string &Txt);
virtual void recalculateLines(const std::string &Txt);
void showAll(SDL_Surface * to);
};