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:
@ -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);
|
||||
};
|
||||
|
||||
|
Reference in New Issue
Block a user